This commit is contained in:
Aevann1 2021-09-17 10:11:49 +02:00
parent f1163eeac1
commit db05c6b673

View file

@ -13,7 +13,7 @@ def slash_post():
# this is a test
@app.get("/testing")
def testing(v):
def testing():
notifications = g.db.query(Notification).all()
comments = []