mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-17 10:15:57 +08:00
change verify token response
This commit is contained in:
@@ -65,11 +65,7 @@ class ProjectsController < ApplicationController
|
||||
|
||||
def verify_auth_token
|
||||
data = Projects::VerifyAuthTokenService.call(params[:clone_addr], params[:auth_token])
|
||||
if data
|
||||
render_ok
|
||||
else
|
||||
render_error('token验证不通过')
|
||||
end
|
||||
render_ok({data: data})
|
||||
end
|
||||
|
||||
def migrate
|
||||
|
||||
Reference in New Issue
Block a user