2026.06.04 frontend építés közben

This commit is contained in:
Roo
2026-06-04 07:26:22 +00:00
parent 7adf6cc3e3
commit 59a30ac428
3302 changed files with 24091 additions and 1771 deletions

View File

@@ -59,8 +59,12 @@ app = FastAPI(
)
# --- MIDDLEWARES ---
# I18n middleware should come early to set locale context for all subsequent processing
from app.core.i18n_middleware import I18nMiddleware
app.add_middleware(I18nMiddleware)
app.add_middleware(
SessionMiddleware,
SessionMiddleware,
secret_key=settings.SECRET_KEY
)