Feature: Warteliste pro Wurf — CRUD, Status-Flow, Formular (SW by-v891)

This commit is contained in:
rene 2026-05-13 16:45:46 +02:00
parent e8c2d5b940
commit 67e68bbe2d
8 changed files with 324 additions and 7 deletions

View file

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