This commit is contained in:
yystopf 2022-05-10 15:11:04 +08:00
parent 59db914bcc
commit 2d9bde134a
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
class Traces::TraceUsersController < Traces::BaseController
before_action :require_auth
before_action :check_auth
def create
if current_user.trace_token.present?