Fix: Gassi Desktop-Layout — Liste links + Karte rechts, Toggle ausgeblendet (SW by-v881)

This commit is contained in:
rene 2026-05-12 17:32:44 +02:00
parent bf1087c5e1
commit 79cfd63ea6
6 changed files with 59 additions and 12 deletions

View file

@ -447,7 +447,7 @@ async def serve_media(path: str, request: _Request):
raise _HE(404, "Nicht gefunden.")
return _media_response(filepath)
APP_VER = "880" # muss mit APP_VER in app.js übereinstimmen
APP_VER = "881" # muss mit APP_VER in app.js übereinstimmen
@app.get("/.well-known/assetlinks.json")
async def assetlinks():