diff options
Diffstat (limited to 'config/routes.rb')
| -rw-r--r-- | config/routes.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb index 39fc8ea..cc8a846 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -5,5 +5,5 @@ CodeChallengeMo::Application.routes.draw do resources :licenses, controller: 'company_licenses', only: [:index] end end - root to: 'v1/licenses#index' + root to: 'home#index' end |
