Flux correction

This commit is contained in:
2026-05-07 21:52:27 +02:00
parent 5d4c223b38
commit f55f5122c3
11 changed files with 90 additions and 6 deletions

View File

@@ -19,6 +19,7 @@ from .auth import (
)
from .curriculum import QUESTIONS
from .program_content import (
apply_program_review_updates,
build_program_tree,
decode_asset_token,
format_adaptive_kit_context,
@@ -52,6 +53,7 @@ async def lifespan(app: FastAPI):
seed_admin_user(db)
finally:
db.close()
apply_program_review_updates()
yield