Move api/taxons route and controller out of spree namespace into /api and move the ctrl spec as well

This commit is contained in:
luisramos0
2019-08-01 14:21:33 +01:00
parent 367932a767
commit 4ca8feeef1
3 changed files with 2 additions and 0 deletions

View File

@@ -29,5 +29,7 @@ Openfoodnetwork::Application.routes.draw do
resources :enterprise_fees, only: [:destroy]
post '/product_images/:product_id', to: 'product_images#update_product_image'
resources :taxons, :only => [:index]
end
end