fd
This commit is contained in:
parent
78e2d65721
commit
ee1ccf0ba9
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ def slash_post():
|
|||
|
||||
@app.get("/testing")
|
||||
def testing():
|
||||
notifications = g.db.query(Notification).all()
|
||||
notifications = g.db.query(Notification)
|
||||
|
||||
t = time.time()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue