X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/2398614349e3ff5605868fea82e013d2a9a16ef9..373cf99a5c55826f9b4c56ea369e8078f59b242b:/app/controllers/api/versions_controller.rb diff --git a/app/controllers/api/versions_controller.rb b/app/controllers/api/versions_controller.rb index 7de335091..d5c9c5f87 100644 --- a/app/controllers/api/versions_controller.rb +++ b/app/controllers/api/versions_controller.rb @@ -2,6 +2,7 @@ module Api class VersionsController < ApiController authorize_resource :class => false + before_action :set_request_formats around_action :api_call_handle_error, :api_call_timeout # Show the list of available API versions. This will replace the global