Remove authorize_web call from traces api controller

This commit is contained in:
Anton Khorev 2023-09-09 19:40:28 +03:00
parent 0e21afc565
commit 9c9edb6054

View file

@ -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