兼容前端,调整回调地址 #486

Merged
KingChan merged 1 commits from KingChan/forgeplus:factory_develop into factory_develop 2026-06-09 14:26:16 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ Rails.application.routes.draw do
# get 'auth/qq/callback', to: 'oauth/qq#create'
get 'auth/failure', to: 'oauth/base#auth_failure'
get 'auth/cas/callback', to: 'oauth/cas#create'
get 'auth/jiangnan/callback', to: 'oauth/jiangnan_cas#create'
get 'api/auth/jiangnan/callback', to: 'oauth/jiangnan_cas#create'
post 'auth/jiangnan/verify', to: 'oauth/jiangnan_cas#verify'
get 'auth/acge/callback', to: "oauth/acge#create"
get 'oauth_ci4s', to: "oauth/ci4s#oauth_url"