Skip to content

Commit 1e7b02f

Browse files
committed
fix initial route to products
1 parent e3df32f commit 1e7b02f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

config/routes.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
ControllerExercise::Application.routes.draw do
22

33

4+
get '/products' => 'products#index'
5+
46
resources :users
57

68
# The priority is based upon order of creation:

0 commit comments

Comments
 (0)