summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2014-02-27 19:44:29 -0700
committermo khan <mo@mokhan.ca>2014-02-27 19:44:29 -0700
commit3e27cf92632ffdb0f7b02dbc7781229ec82bd207 (patch)
tree65ce0a8e24e4af287756402c1574005b06d08d47 /config
parent0cdd9264ceb5d6bd3d143b8fe08c9093abd5d234 (diff)
add a homepage to display the different types of routes.
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb2
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