Fix: Tier-Wechsel auf eigenen Account → sofortiges Worlds-Re-render ohne Reload (SW by-v739)

This commit is contained in:
rene 2026-05-06 19:25:25 +02:00
parent c027573e10
commit e3d3802829
5 changed files with 14 additions and 5 deletions

View file

@ -327,7 +327,7 @@ MEDIA_DIR = os.getenv("MEDIA_DIR", "/data/media")
os.makedirs(MEDIA_DIR, exist_ok=True)
app.mount("/media", StaticFiles(directory=MEDIA_DIR), name="media")
APP_VER = "738" # muss mit APP_VER in app.js übereinstimmen
APP_VER = "739" # muss mit APP_VER in app.js übereinstimmen
@app.get("/api/version")
async def app_version():