Skip to content

Commit

Permalink
Merge pull request #3234 from peterbe/bug-1252623-rremove-graphics_de…
Browse files Browse the repository at this point in the history
…vices-from-middleware

fixes bug 1252623 - rremove graphics_devices from middleware
  • Loading branch information
Peter Bengtsson committed Mar 7, 2016
2 parents d54c800 + 92ab1c5 commit 89b6681
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion socorro/middleware/middleware_app.py
Expand Up @@ -53,7 +53,6 @@
),
(r'/crontabber_state/(.*)', 'crontabber_state.CrontabberState'),
(r'/field/(.*)', 'field.Field'),
(r'/graphics_devices/(.*)', 'graphics_devices.GraphicsDevices'),
(r'/priorityjobs/(.*)', 'priorityjobs.Priorityjobs'),
(r'/products/build_types/(.*)', 'product_build_types.ProductBuildTypes'),
(r'/products/(.*)', 'products.Products'), # deprecated
Expand Down

0 comments on commit 89b6681

Please sign in to comment.