mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Clean up routes
This commit is contained in:
@@ -43,9 +43,11 @@ Openfoodnetwork::Application.routes.draw do
|
||||
namespace :admin do
|
||||
resources :order_cycles do
|
||||
post :bulk_update, on: :collection, as: :bulk_update
|
||||
get :clone, on: :member
|
||||
|
||||
post 'notify_producers', on: :member
|
||||
member do
|
||||
get :clone
|
||||
post :notify_producers
|
||||
end
|
||||
end
|
||||
|
||||
resources :enterprises do
|
||||
|
||||
Reference in New Issue
Block a user