Skip to content

Commit

Permalink
feat: Updated config/routes.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Feb 3, 2024
1 parent 8d4915f commit b80e3a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
resources :summarys, only: [] do
collection do
get :monthly, to: "summarys/monthly#index"
get :shop, to: "summarys/shop#index"
get 'shops/index/(:page)', to: 'shops#index', as: 'shops_index'
end
end

Expand Down

0 comments on commit b80e3a3

Please sign in to comment.