forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-09-17 10:38:59 +02:00
parent 9a238785d2
commit 9c13a93afb
1 changed files with 0 additions and 6 deletions

View File

@ -10,12 +10,6 @@ defaulttimefilter = environ.get("DEFAULT_TIME_FILTER", "all").strip()
def slash_post():
return redirect("/")
@app.get("/testing")
def testing():
notifications = g.db.query(Notification).options(lazyload('*')).join(Notification.comment).limit(26)
notifications2 = g.db.query(Notification).join(Notification.comment).limit(26)
return "sex"
@app.get("/notifications")
@auth_required
def notifications(v):