Skip to content

Commit

Permalink
fix routes
Browse files Browse the repository at this point in the history
  • Loading branch information
puppe1990 committed Oct 8, 2024
1 parent 0b8e37d commit 728d598
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -159,4 +159,12 @@
end
end

get 'dashboards/metas_report', to: 'dashboards#metas_report', as: 'dashboards_metas_report'

resources :bling_order_items do
collection do
get :export_csv
end
end

end

0 comments on commit 728d598

Please sign in to comment.