fd
This commit is contained in:
parent
f1163eeac1
commit
db05c6b673
1 changed files with 1 additions and 1 deletions
|
@ -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 = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue