From 3e27cf92632ffdb0f7b02dbc7781229ec82bd207 Mon Sep 17 00:00:00 2001 From: mo khan Date: Thu, 27 Feb 2014 19:44:29 -0700 Subject: add a homepage to display the different types of routes. --- config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') 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 -- cgit v1.2.3