chore: removes product variant routes

This commit is contained in:
Sebastian Rindom
2020-06-29 10:26:33 +02:00
parent bc5ff91a02
commit 5170a7bd83

View File

@@ -45,7 +45,6 @@ export default (app, container, config) => {
shippingProfileRoutes(route)
discountRoutes(route)
orderRoutes(route)
productVariantRoutes(route)
storeRoutes(route)
return app