From: Anton Khorev Date: Sat, 9 Sep 2023 16:40:28 +0000 (+0300) Subject: Remove authorize_web call from traces api controller X-Git-Tag: live~1366^2 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/9c9edb60540d66c5ddd01581f0a90fc228d81af8 Remove authorize_web call from traces api controller --- 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