From b913164bf11557a3723a50d6704da984c14ff9a5 Mon Sep 17 00:00:00 2001 From: huang Date: Fri, 20 Jan 2017 13:32:46 +0800 Subject: [PATCH] =?UTF-8?q?root=E8=B7=AF=E7=94=B1=E9=87=8D=E6=8C=87?= =?UTF-8?q?=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/routes.rb b/config/routes.rb index 79e49ca53..c87ca1d6f 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -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