Improve the demo feature of the project
This commit is contained in:
@@ -11,7 +11,7 @@ from app.core.database import database_manager
|
||||
from shared.service_base import StandardFastAPIService
|
||||
|
||||
# Import API routers
|
||||
from app.api import suppliers, deliveries, purchase_orders, supplier_operations, analytics
|
||||
from app.api import suppliers, deliveries, purchase_orders, supplier_operations, analytics, internal_demo
|
||||
|
||||
|
||||
class SuppliersService(StandardFastAPIService):
|
||||
@@ -107,6 +107,7 @@ service.add_router(deliveries.router)
|
||||
service.add_router(purchase_orders.router)
|
||||
service.add_router(supplier_operations.router)
|
||||
service.add_router(analytics.router)
|
||||
service.add_router(internal_demo.router)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
Reference in New Issue
Block a user