Bump: SW by-v1068 (Übungen-Redesign)

This commit is contained in:
rene 2026-05-19 18:58:12 +02:00
parent c5bb3ee2cb
commit b1e4d7fce1
4 changed files with 46 additions and 21 deletions

View file

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