Skip to content

Commit

Permalink
fixes bug 1252623 - rremove graphics_devices from middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbe committed Mar 7, 2016
1 parent 3105688 commit 92ab1c5
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 92ab1c5

Please sign in to comment.