demo seed change
This commit is contained in:
@@ -10,7 +10,7 @@ from app.core.database import database_manager
|
||||
from shared.service_base import StandardFastAPIService
|
||||
|
||||
# Import API routers
|
||||
from app.api import sales_records, sales_operations, analytics, internal_demo, audit, batch
|
||||
from app.api import sales_records, sales_operations, analytics, audit, batch, internal_demo
|
||||
|
||||
|
||||
class SalesService(StandardFastAPIService):
|
||||
@@ -151,4 +151,4 @@ service.add_router(batch.router)
|
||||
service.add_router(sales_records.router)
|
||||
service.add_router(sales_operations.router)
|
||||
service.add_router(analytics.router)
|
||||
service.add_router(internal_demo.router)
|
||||
service.add_router(internal_demo.router, tags=["internal-demo"])
|
||||
Reference in New Issue
Block a user