data seed feature for demo and prod
This commit is contained in:
4
app/api/v1/vendor/__init__.py
vendored
4
app/api/v1/vendor/__init__.py
vendored
@@ -22,7 +22,7 @@ from . import (
|
||||
products,
|
||||
orders,
|
||||
customers,
|
||||
teams,
|
||||
team,
|
||||
inventory,
|
||||
marketplace,
|
||||
payments,
|
||||
@@ -55,7 +55,7 @@ router.include_router(settings.router, tags=["vendor-settings"])
|
||||
router.include_router(products.router, tags=["vendor-products"])
|
||||
router.include_router(orders.router, tags=["vendor-orders"])
|
||||
router.include_router(customers.router, tags=["vendor-customers"])
|
||||
router.include_router(teams.router, tags=["vendor-teams"])
|
||||
router.include_router(team.router, tags=["vendor-team"])
|
||||
router.include_router(inventory.router, tags=["vendor-inventory"])
|
||||
router.include_router(marketplace.router, tags=["vendor-marketplace"])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user