From 9c9edb60540d66c5ddd01581f0a90fc228d81af8 Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Sat, 9 Sep 2023 19:40:28 +0300 Subject: [PATCH] Remove authorize_web call from traces api controller --- app/controllers/api/traces_controller.rb | 1 - 1 file changed, 1 deletion(-) 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 -- 2.39.5