From fb60426ed1263de092ebc27afb96175d55ae7095 Mon Sep 17 00:00:00 2001 From: tilly-Q Date: Thu, 3 Apr 2014 12:20:30 -0400 Subject: Took out all of the references to the temporary url I was using /metadata_context/v1 --- mediagoblin/routing.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'mediagoblin/routing.py') diff --git a/mediagoblin/routing.py b/mediagoblin/routing.py index a6b2a543..9f2584d3 100644 --- a/mediagoblin/routing.py +++ b/mediagoblin/routing.py @@ -29,8 +29,6 @@ def get_url_map(): add_route('index', '/', 'mediagoblin.views:root_view') add_route('terms_of_service','/terms_of_service', 'mediagoblin.views:terms_of_service'), - add_route('metadata_context','/metadata_context/v/', - 'mediagoblin.views:metadata_context_view'), mount('/auth', auth_routes) mount('/mod', moderation_routes) -- cgit v1.2.3