forked from Trustie/forgeplus
add 用户增加显示token 改成POST方法
This commit is contained in:
parent
b209ee1250
commit
4589916df3
|
|
@ -76,7 +76,7 @@ defaults format: :json do
|
|||
collection do
|
||||
post :check_user_id
|
||||
post :check_user_login
|
||||
get 'access_token', to: 'user_tokens#show'
|
||||
post 'access_token', to: 'user_tokens#show'
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue