Improve the demo feature of the project

This commit is contained in:
Urtzi Alfaro
2025-10-12 18:47:33 +02:00
parent dbc7f2fa0d
commit 7556a00db7
168 changed files with 10102 additions and 18869 deletions

View File

@@ -23,7 +23,8 @@ from app.api import (
food_safety_alerts,
food_safety_operations,
dashboard,
analytics
analytics,
internal_demo
)
@@ -126,6 +127,7 @@ service.add_router(food_safety_alerts.router)
service.add_router(food_safety_operations.router)
service.add_router(dashboard.router)
service.add_router(analytics.router)
service.add_router(internal_demo.router)
if __name__ == "__main__":