From 4589916df3b230786993789d8621ea1cb13071f4 Mon Sep 17 00:00:00 2001 From: xxq250 Date: Fri, 31 Oct 2025 16:03:40 +0800 Subject: [PATCH] =?UTF-8?q?add=20=E7=94=A8=E6=88=B7=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E6=98=BE=E7=A4=BAtoken=20=E6=94=B9=E6=88=90POST=E6=96=B9?= =?UTF-8?q?=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/routes/api.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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