diff --git a/reopt_api/urls.py b/reopt_api/urls.py index 121c16440..5fb846464 100644 --- a/reopt_api/urls.py +++ b/reopt_api/urls.py @@ -104,13 +104,10 @@ def page_not_found(request, url): re_path(r'', include(stable_api.urls), name='ghpghx'), path('dev/', include('job.urls')), - re_path(r'', include(dev_api.urls), name='job'), - path('dev/', include('futurecosts.urls')), + re_path(r'', include(dev_api.urls), name='job'), re_path(r'', include(dev_api.urls), name='futurecosts'), - re_path(r'', include(stable_api.urls), name='ghpghx'), - re_path(r'(.*)', page_not_found, name='404'), ]