diff --git a/web/config/routes.rb b/web/config/routes.rb index 28c0770a9..cad25d4b5 100644 --- a/web/config/routes.rb +++ b/web/config/routes.rb @@ -9,9 +9,10 @@ SampleApp::Application.routes.draw do resources :sessions, only: [:new, :create, :destroy] #root to: 'static_pages#home' - #root to: 'clients#index' - root to: 'users#welcome' + root to: 'clients#index' + #root to: 'users#welcome' + match '/welcome', to: 'users#welcome' # This page is still here, and is under test. Keep a route to it. match '/oldhome', to: 'static_pages#home'