Skip to content

Commit

Permalink
Merge pull request mozilla-services#3257 from peterbe/bug-1188085-rem…
Browse files Browse the repository at this point in the history
…ove-supersearch-from-middleware_app

fixes bug 1188085 - remove supersearch from middleware_app
  • Loading branch information
adngdb committed Mar 30, 2016
2 parents 9373e95 + 3427dcc commit 8b30e44
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion socorro/middleware/middleware_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
r'/supersearch/(field|fields|missing_fields)/(.*)',
'supersearch.SuperSearch'
),
(r'/supersearch/(.*)', 'supersearch.SuperSearch'),
(r'/util/(versions_info)/(.*)', 'util.Util'),
)

Expand Down

0 comments on commit 8b30e44

Please sign in to comment.