From 55581be46bd168203eb1f39a8a02ae005f63e036 Mon Sep 17 00:00:00 2001 From: xxq250 Date: Tue, 9 May 2023 10:11:43 +0800 Subject: [PATCH] =?UTF-8?q?fixed=20=E5=A4=B4=E6=AD=8C=E5=BF=AB=E9=80=9F?= =?UTF-8?q?=E7=99=BB=E5=BD=95=E5=9B=9E=E8=B0=83=E9=87=8D=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/routes.rb b/config/routes.rb index f36aaa165..0702b1069 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -431,7 +431,7 @@ Rails.application.routes.draw do get '/auth/qq/callback', to: 'oauth/qq#create' get '/auth/wechat/callback', to: 'oauth/wechat#create' - get '/auth/educoder/callback', to: 'oauth/educoder#create' + # get '/auth/educoder/callback', to: 'oauth/educoder#create' resource :bind_user, only: [:create] resources :hot_keywords, only: [:index]