X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/067b0de4391a32124aef23c56d73e2bb492df8ca..9c9edb60540d66c5ddd01581f0a90fc228d81af8:/app/controllers/api/traces_controller.rb diff --git a/app/controllers/api/traces_controller.rb b/app/controllers/api/traces_controller.rb index 07b6208af..629617f0b 100644 --- a/app/controllers/api/traces_controller.rb +++ b/app/controllers/api/traces_controller.rb @@ -2,7 +2,6 @@ module Api class TracesController < ApiController before_action :check_database_readable, :except => [:show, :data] before_action :check_database_writable, :only => [:create, :update, :destroy] - before_action :authorize_web before_action :set_locale before_action :authorize