diff --git a/config/routes/api.rb b/config/routes/api.rb index aa059c1ac..96dfced6d 100644 --- a/config/routes/api.rb +++ b/config/routes/api.rb @@ -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