Merge remote-tracking branch 'upstream/pull/4243'

This commit is contained in:
Tom Hughes 2023-09-10 17:23:24 +01:00
commit d14e97e1be

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