diff --git a/config/routes.rb b/config/routes.rb index 1acbdc9f..3745c502 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -609,10 +609,10 @@ RedmineApp::Application.routes.draw do ## oauth相关 get 'batch_authorization', :as => 'batch_authorization' match 'search_user', :via => [:get, :post] match 'affirm_cancel_auth', :via => [:get, :post] - get 'identity_authentication', :as => 'identity_authentication' + # get 'identity_authentication', :as => 'identity_authentication' match 'trial_authorization_operation', :as => 'trial_authorization_operation' - get 'reject_authentication' - get 'agree_authentication' + # get 'reject_authentication' + # get 'agree_authentication' match 'users', :via => [:get, :post] get 'users_trial' get 'auto_users_trial'