Skip to content

Commit

Permalink
Update routes.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
paulomarg authored Feb 27, 2023
1 parent b4eca5e commit 104de9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# them in web/frontend/vite.config.js

# Define your application routes per the DSL in https://guides.rubyonrails.org/routing.html

get "/api/products/count", to: "products#count"
get "/api/products/create", to: "products#create"

Expand Down

0 comments on commit 104de9c

Please sign in to comment.