Skip to content

Commit

Permalink
[#354] Removed uneeded route
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmartin committed Feb 21, 2013
1 parent c9f1010 commit 4a93fb7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ckan/config/routing.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,6 @@ def make_map():
m.connect('/feeds/custom.atom', action='custom')

map.connect('ckanadmin_index', '/ckan-admin', controller='admin', action='index')
map.connect('ckanadmin_authz', '/ckan-admin/authz', controller='admin', action='authz')
map.connect('ckanadmin_config', '/ckan-admin/config', controller='admin', action='config')
map.connect('ckanadmin', '/ckan-admin/{action}', controller='admin')

Expand Down

0 comments on commit 4a93fb7

Please sign in to comment.