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 2a50605 commit 37e9dff
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 'shops/index/(:page)', to: 'shops#index', as: 'shops_index'
get "shops/index/(:page)", to: 'shops#index', as: 'shops_index'
end
end

Expand Down

0 comments on commit 37e9dff

Please sign in to comment.