fix routes

This commit is contained in:
chenjing 2021-09-29 17:30:10 +08:00
parent a721968938
commit 8d81672ac5
1 changed files with 18 additions and 17 deletions

View File

@ -349,6 +349,7 @@ Rails.application.routes.draw do
get '/auth/qq/callback', to: 'oauth/qq#create' get '/auth/qq/callback', to: 'oauth/qq#create'
get '/auth/wechat/callback', to: 'oauth/wechat#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'
get '/auth/mulanoss/callback', to: 'oauth/mulanoss#create'
resource :bind_user, only: [:create] resource :bind_user, only: [:create]
resources :hot_keywords, only: [:index] resources :hot_keywords, only: [:index]