Remove expand_bbox endpoint
This commit is contained in:
parent
816ee8ec92
commit
fc8923c305
5 changed files with 2 additions and 122 deletions
|
@ -14,7 +14,7 @@ class ApiCapability
|
|||
can [:update, :update_one, :delete_one], UserPreference if capability?(token, :allow_write_prefs)
|
||||
|
||||
if token&.user&.terms_agreed?
|
||||
can [:create, :update, :upload, :close, :subscribe, :unsubscribe, :expand_bbox], Changeset if capability?(token, :allow_write_api)
|
||||
can [:create, :update, :upload, :close, :subscribe, :unsubscribe], Changeset if capability?(token, :allow_write_api)
|
||||
can :create, ChangesetComment if capability?(token, :allow_write_api)
|
||||
can [:create, :update, :delete], Node if capability?(token, :allow_write_api)
|
||||
can [:create, :update, :delete], Way if capability?(token, :allow_write_api)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue