From: Tom Hughes Date: Sun, 10 Sep 2023 16:23:24 +0000 (+0100) Subject: Merge remote-tracking branch 'upstream/pull/4243' X-Git-Tag: live~1555 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/d14e97e1be371286cb3860cadfa784aa05fd8c62?hp=43cc2bd6e03a1b8f9f63d8635e31b8822f2c469c Merge remote-tracking branch 'upstream/pull/4243' --- 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