fixed 头歌快速登录回调重复

This commit is contained in:
xxq250 2023-05-09 10:11:43 +08:00
parent 23e0d869c6
commit 55581be46b
1 changed files with 1 additions and 1 deletions

View File

@ -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]