From ec9c0988d180cd40ce2ad41e11a2c75a835e1c86 Mon Sep 17 00:00:00 2001 From: daiao <358551898@qq.com> Date: Fri, 19 Jul 2019 16:31:17 +0800 Subject: [PATCH] 1 --- config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/routes.rb b/config/routes.rb index a3ead6fc..c967e51f 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -297,6 +297,7 @@ RedmineApp::Application.routes.draw do ## oauth相关 get 'welcome/shixun_to_local' => 'welcome#shixun_to_local' get 'welcome/local_to_shixun' => 'welcome#local_to_shixun' get 'welcome/local_init' => 'welcome#local_init' + get 'welcome/user_agents' => 'welcome#user_agents' # get 'competitions/home' => 'competitions#home' # get 'competitions/hn' => 'competitions#index' @@ -1430,7 +1431,6 @@ RedmineApp::Application.routes.draw do ## oauth相关 match 'welcome/contest', :via => :get get 'welcome/ccf' get 'welcome/import_users' - get 'welcome/user_agents' # end longjun #added by nie