Skip to content

Commit

Permalink
[#2939] remove some authz routes
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Oct 10, 2012
1 parent 8981838 commit 76a7d51
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ckan/config/routing.py
Expand Up @@ -177,7 +177,6 @@ def make_map():
requirements=dict(action='|'.join([
'read',
'edit',
'authz',
'history',
]))
)
Expand All @@ -186,7 +185,6 @@ def make_map():
'edit',
'new_metadata',
'new_resource',
'authz',
'history',
'read_ajax',
'history_ajax',
Expand Down Expand Up @@ -229,7 +227,6 @@ def make_map():
m.connect('group_action', '/group/{action}/{id}',
requirements=dict(action='|'.join([
'edit',
'authz',
'delete',
'history'
]))
Expand All @@ -244,7 +241,6 @@ def make_map():
m.connect('/organization/{action}/{id}',
requirements=dict(action='|'.join([
'edit',
'authz',
'delete',
'history'
]))
Expand Down

0 comments on commit 76a7d51

Please sign in to comment.