Skip to content

Commit

Permalink
[#2375] Move url for primer etc so they don't get eaten
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Aug 10, 2012
1 parent f360237 commit 1b39c41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ckan/config/routing.py
Expand Up @@ -330,8 +330,8 @@ def make_map():
with SubMapper(map, controller='util') as m:
m.connect('/i18n/strings_{lang}.js', action='i18n_js_strings')
m.connect('/util/redirect', action='redirect')
m.connect('/test/primer', action='primer')
m.connect('/test/markup', action='markup')
m.connect('/testing/primer', action='primer')
m.connect('/testing/markup', action='markup')

for plugin in routing_plugins:
map = plugin.after_map(map)
Expand Down

0 comments on commit 1b39c41

Please sign in to comment.