Remove dead route api/orders/managed

This commit is contained in:
luisramos0
2019-09-11 11:37:35 +01:00
parent ad52022927
commit 92f1fa3b52

View File

@@ -16,8 +16,6 @@ Openfoodnetwork::Application.routes.draw do
resources :variants, :only => [:index]
resources :orders, only: [:index, :show] do
get :managed, on: :collection
resources :shipments, :only => [:create, :update] do
member do
put :ready