root路由重指定
This commit is contained in:
parent
d13940af61
commit
b913164bf1
|
@ -486,7 +486,7 @@ RedmineApp::Application.routes.draw do
|
|||
get "praise_tread/tread_plus"
|
||||
#end
|
||||
|
||||
root :to => 'welcome#index', :as => 'home'
|
||||
root :to => 'account#login', :as => 'home'
|
||||
# added by longjun
|
||||
match 'welcome/contest', :via => :get
|
||||
# end longjun
|
||||
|
|
Loading…
Reference in New Issue