aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/app.py
diff options
context:
space:
mode:
Diffstat (limited to 'mediagoblin/app.py')
-rw-r--r--mediagoblin/app.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/app.py b/mediagoblin/app.py
index 4870b89c..9ef23ce8 100644
--- a/mediagoblin/app.py
+++ b/mediagoblin/app.py
@@ -89,7 +89,7 @@ class MediaGoblinApp(object):
self.public_store, self.queue_store = setup_storage()
# set up routing
- self.routing = routing.get_mapper()
+ self.routing = routing.get_mapper(PluginCache().get_routes())
# set up staticdirector tool
self.staticdirector = get_staticdirector(app_config)