X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/550c4a3a45814fde5c809334c85f1ebc47659a82..738e66afa6231390f52679fe8b343478643f5684:/app/controllers/api/versions_controller.rb diff --git a/app/controllers/api/versions_controller.rb b/app/controllers/api/versions_controller.rb index 7de335091..15cde9d6d 100644 --- a/app/controllers/api/versions_controller.rb +++ b/app/controllers/api/versions_controller.rb @@ -1,8 +1,9 @@ module Api class VersionsController < ApiController + skip_before_action :check_api_readable authorize_resource :class => false - around_action :api_call_handle_error, :api_call_timeout + before_action :set_request_formats # Show the list of available API versions. This will replace the global # unversioned capabilities call in due course.