fix(templates): fix unhashable dict in Jinja2 cache by converting available_languages global to function

This commit is contained in:
2026-07-18 08:57:42 +08:00
parent f27c263dd4
commit b80a1859a0
6 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
@echo off
cd /d "%~dp0"
call .venv\Scripts\activate.bat
@rem python -m uvicorn app.main:app --host 0.0.0.0 --port 8000 --reload
python -m uvicorn app.main:app --host 0.0.0.0 --port 8000 --reload
pause