X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/2f11b77309ee18aafb1bcce9dbe5bfc38a298bbb..ba503e02d205e132881f7cd860d160c9562fb1b1:/app/controllers/api/nodes_controller.rb diff --git a/app/controllers/api/nodes_controller.rb b/app/controllers/api/nodes_controller.rb index 6934a13c0..fb808828c 100644 --- a/app/controllers/api/nodes_controller.rb +++ b/app/controllers/api/nodes_controller.rb @@ -14,6 +14,7 @@ module Api around_action :api_call_handle_error, :api_call_timeout before_action :set_request_formats, :except => [:create, :update, :delete] + before_action :check_rate_limit, :only => [:create, :update, :delete] # Dump the details on many nodes whose ids are given in the "nodes" parameter. def index