diff --git a/config/routes.rb b/config/routes.rb index 6c9404c5a..c44eb4426 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -107,7 +107,8 @@ RedmineApp::Application.routes.draw do get 'approve' get 'trial_authorization', :as => 'trial_authorization' get 'shixun_authorization' - get 'deal_shixun_authorization' get 'batch_authorization', :as => 'batch_authorization' + get 'deal_shixun_authorization' + 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'