feat: add runtime dynamic team controls
This commit is contained in:
@@ -5,7 +5,7 @@ from __future__ import annotations
|
||||
|
||||
from fastapi import FastAPI
|
||||
|
||||
from backend.api import runtime_router
|
||||
from backend.api import runtime_router, dynamic_team_router
|
||||
from backend.api.runtime import get_runtime_state, _check_gateway_health, _get_gateway_process_details
|
||||
from backend.apps.cors import add_cors_middleware
|
||||
|
||||
@@ -78,6 +78,7 @@ def create_app() -> FastAPI:
|
||||
}
|
||||
|
||||
app.include_router(runtime_router)
|
||||
app.include_router(dynamic_team_router)
|
||||
return app
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user