Merge pull request '新增callback路由' (#168) from gua2048/forgeplus:mulanoss_server into mulanoss_server
This commit is contained in:
commit
ab9bdfd109
|
@ -349,6 +349,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/mulanoss/callback', to: 'oauth/mulanoss#create'
|
||||
resource :bind_user, only: [:create]
|
||||
|
||||
resources :hot_keywords, only: [:index]
|
||||
|
|
Loading…
Reference in New Issue