mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-15 23:57:48 +00:00
Move api/taxons route and controller out of spree namespace into /api and move the ctrl spec as well
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user