This commit is contained in:
Aevann1 2021-12-14 20:35:56 +02:00
parent 5f2d2066c6
commit 2466a4a782
3 changed files with 4 additions and 3 deletions

View file

@ -105,6 +105,7 @@ def notifications(v):
if c not in listing:
listing.append(c)
if request.headers.get("Authorization"): return {"data":[x.json for x in listing]}
return render_template("notifications.html",
v=v,