Fix: Gassi Desktop-Layout — Liste links + Karte rechts, Toggle ausgeblendet (SW by-v881)
This commit is contained in:
parent
bf1087c5e1
commit
79cfd63ea6
6 changed files with 59 additions and 12 deletions
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue