novy prehled prirazovani IP apod.
This commit is contained in:
+2
-1
@@ -6,7 +6,7 @@ from starlette.middleware.sessions import SessionMiddleware
|
||||
|
||||
from .config import read_env_bool, read_env_value
|
||||
from .logging_config import configure_logging
|
||||
from .routes import alerting, apps, audit, auth, backups, catalog, deployments, developers, environment, health, incidents, jobs, logs, operations, runtime, scheduled_scripts, users, workers
|
||||
from .routes import alerting, apps, audit, auth, backups, catalog, deployments, developers, environment, health, incidents, ip_access, jobs, logs, operations, runtime, scheduled_scripts, users, workers
|
||||
|
||||
|
||||
def create_app() -> FastAPI:
|
||||
@@ -42,6 +42,7 @@ def create_app() -> FastAPI:
|
||||
app.include_router(audit.router)
|
||||
app.include_router(runtime.router)
|
||||
app.include_router(environment.router)
|
||||
app.include_router(ip_access.router)
|
||||
|
||||
return app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user