Remove authorize_web call from traces api controller
This commit is contained in:
parent
0e21afc565
commit
9c9edb6054
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue