diff --git a/r2/r2/config/routing.py b/r2/r2/config/routing.py index a4b897738..e1b284bd7 100644 --- a/r2/r2/config/routing.py +++ b/r2/r2/config/routing.py @@ -371,8 +371,6 @@ def make_map(): mc('/mediaembed/:link', controller="mediaembed", action="mediaembed") - mc('/doquery', controller='query', action='doquery') - mc('/code', controller='redirect', action='redirect', dest='http://github.com/reddit/')