cestina, UI, UX
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ from .routes import apps, audit, auth, backups, deployments, health, jobs, opera
|
||||
|
||||
|
||||
def create_app() -> FastAPI:
|
||||
app = FastAPI(title="AppFactory Portal")
|
||||
app = FastAPI(title="CSBot Services Portal")
|
||||
session_secret = read_env_value("PORTAL_SESSION_SECRET", "") or "dev-only-appfactory-session-secret"
|
||||
|
||||
app.add_middleware(
|
||||
|
||||
Reference in New Issue
Block a user