Merge pull request '新增callback路由' (#168) from gua2048/forgeplus:mulanoss_server into mulanoss_server

This commit is contained in:
jasder 2021-09-29 17:33:18 +08:00
commit ab9bdfd109
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/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]