diff options
| author | mo khan <mo@mokhan.ca> | 2014-02-21 21:09:19 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2014-02-21 21:09:19 -0700 |
| commit | 5f5269f7a58180a77686677f76baa6d1566cd494 (patch) | |
| tree | 87fbfb975bd891c9791fc4e8d35145f7f1b03ded /config | |
| parent | 4f6de445141fc5542f61a1830c29ad61ecbeb49b (diff) | |
add root route to licenses.
Diffstat (limited to 'config')
| -rw-r--r-- | config/routes.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index b61e488..39fc8ea 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -5,4 +5,5 @@ CodeChallengeMo::Application.routes.draw do resources :licenses, controller: 'company_licenses', only: [:index] end end + root to: 'v1/licenses#index' end |
