Fix: Leistungszeitraum '12 Monate ab Rechnungsdatum' statt festem Datum (SW by-v969)

This commit is contained in:
rene 2026-05-15 11:45:13 +02:00
parent b14a251bdc
commit 24a1aecda4
4 changed files with 5 additions and 5 deletions

View file

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