Improve te panel de control logic
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user