fix: correct generate endpoint return type, migration server_default SQL, and auth loading propagation

This commit is contained in:
2026-02-28 21:22:11 +01:00
parent 1de7974921
commit 488c385de3
3 changed files with 23 additions and 21 deletions

View File

@@ -82,7 +82,7 @@ def generate_config(
format: str = "json",
db: Session = Depends(get_db),
current_user: models.User = Depends(get_current_user),
) -> Response:
):
config = (
db.query(models.Config)
.options(