demo seed change 7
This commit is contained in:
@@ -30,7 +30,8 @@ from app.api import (
|
||||
production_orders_operations, # Tenant deletion endpoints
|
||||
audit,
|
||||
ml_insights, # ML insights endpoint
|
||||
batch
|
||||
batch,
|
||||
sustainability # Sustainability metrics endpoints
|
||||
)
|
||||
from app.api.internal_alert_trigger import router as internal_alert_trigger_router
|
||||
|
||||
@@ -214,6 +215,7 @@ service.add_router(production_schedules.router)
|
||||
service.add_router(production_operations.router)
|
||||
service.add_router(production_dashboard.router)
|
||||
service.add_router(analytics.router)
|
||||
service.add_router(sustainability.router) # Sustainability metrics endpoints
|
||||
service.add_router(internal_demo.router, tags=["internal-demo"])
|
||||
service.add_router(ml_insights.router) # ML insights endpoint
|
||||
service.add_router(ml_insights.internal_router) # Internal ML insights endpoint for demo cloning
|
||||
|
||||
Reference in New Issue
Block a user