forked from Trustie/forgeplus
add 用户增加显示token 改成POST方法
This commit is contained in:
parent
89e13ecfcc
commit
114cb49c13
|
|
@ -67,7 +67,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