]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/api/changesets_controller.rb
Simplify deny_access handling
[rails.git] / app / controllers / api / changesets_controller.rb
index 0f016c9025d5e8dca63d2705658aab3b3aebd726..8841d4b3b23c8457b00664dd087da065b46e8d6e 100644 (file)
@@ -6,7 +6,6 @@ module Api
     require "xml/libxml"
 
     before_action :authorize, :only => [:create, :update, :upload, :close, :subscribe, :unsubscribe]
-    before_action :api_deny_access_handler, :only => [:create, :update, :upload, :close, :subscribe, :unsubscribe, :expand_bbox]
 
     authorize_resource