Improve te panel de control logic

This commit is contained in:
Urtzi Alfaro
2025-11-21 16:15:09 +01:00
parent 2ee94fb4b1
commit 3242c8d837
21 changed files with 2805 additions and 696 deletions

View File

@@ -99,8 +99,8 @@ service.add_router(orchestration_router)
service.add_router(dashboard_router)
# INTERNAL: Service-to-service endpoints
# from app.api import internal_demo
# service.add_router(internal_demo.router)
from app.api import internal_demo
service.add_router(internal_demo.router)
@app.middleware("http")