Skip to content

Commit

Permalink
remove pylons routes
Browse files Browse the repository at this point in the history
  • Loading branch information
tino097 committed Oct 12, 2017
1 parent f1f36f8 commit 0407740
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions ckan/config/routing.py
Expand Up @@ -371,13 +371,6 @@ def make_map():
m.connect('/revision/list', action='list')
m.connect('/revision/{id}', action='read')

# feeds
with SubMapper(map, controller='feed') as m:
m.connect('/feeds/group/{id}.atom', action='group')
m.connect('/feeds/organization/{id}.atom', action='organization')
m.connect('/feeds/tag/{id}.atom', action='tag')
m.connect('/feeds/dataset.atom', action='general')
m.connect('/feeds/custom.atom', action='custom')

map.connect('ckanadmin_index', '/ckan-admin', controller='admin',
action='index', ckan_icon='gavel')
Expand Down

0 comments on commit 0407740

Please sign in to comment.