Update routes

This commit is contained in:
François Turbelin
2020-04-28 17:28:22 +02:00
parent 830bf796d0
commit 013198b33b

View File

@@ -89,7 +89,9 @@ Openfoodnetwork::Application.routes.draw do
get 'sitemap.xml', to: 'sitemap#index', defaults: { format: 'xml' }
# Mount DFC API endpoints
mount DfcProvider::Engine, at: '/'
# Mount Spree's routes
mount Spree::Core::Engine, :at => '/'
mount DfcProvider::Engine, at: '/'
end