X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/6ef6ddc14d2befd784aa57eb595a1f019945edd7..7f619c6484ae92d6ea12f1c3a9f67c3d421ae06a:/app/controllers/api/tracepoints_controller.rb diff --git a/app/controllers/api/tracepoints_controller.rb b/app/controllers/api/tracepoints_controller.rb index e758d559f..e8bd97b64 100644 --- a/app/controllers/api/tracepoints_controller.rb +++ b/app/controllers/api/tracepoints_controller.rb @@ -1,8 +1,9 @@ module Api class TracepointsController < ApiController + before_action :check_api_readable + authorize_resource - before_action :check_api_readable around_action :api_call_handle_error, :api_call_timeout # Get an XML response containing a list of tracepoints that have been uploaded