readinness
This commit is contained in:
+2
-1
@@ -5,7 +5,7 @@ from fastapi.staticfiles import StaticFiles
|
||||
from starlette.middleware.sessions import SessionMiddleware
|
||||
|
||||
from .config import read_env_value
|
||||
from .routes import alerting, apps, audit, auth, backups, deployments, health, incidents, jobs, operations, scheduled_scripts, workers
|
||||
from .routes import alerting, apps, audit, auth, backups, deployments, health, incidents, jobs, migration_readiness, operations, scheduled_scripts, workers
|
||||
|
||||
|
||||
def create_app() -> FastAPI:
|
||||
@@ -29,6 +29,7 @@ def create_app() -> FastAPI:
|
||||
app.include_router(deployments.router)
|
||||
app.include_router(incidents.router)
|
||||
app.include_router(alerting.router)
|
||||
app.include_router(migration_readiness.router)
|
||||
app.include_router(operations.router)
|
||||
app.include_router(scheduled_scripts.router)
|
||||
app.include_router(jobs.router)
|
||||
|
||||
Reference in New Issue
Block a user