dev_aliyun
daiao 5 years ago
parent 8ce93267b4
commit ec9c0988d1

@ -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

Loading…
Cancel
Save