X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/d4954bc7b1bc06431bea4e97af401e3ea6acd0e6..0d5be22cb517ebaaab5eb7af13150bf61e41df56:/app/controllers/api_controller.rb diff --git a/app/controllers/api_controller.rb b/app/controllers/api_controller.rb index 318719219..564f71899 100644 --- a/app/controllers/api_controller.rb +++ b/app/controllers/api_controller.rb @@ -1,6 +1,5 @@ class ApiController < ApplicationController - session :off before_filter :check_api_readable, :except => [:capabilities] after_filter :compress_output around_filter :api_call_handle_error, :api_call_timeout