same as last commit

master
Aevann1 2022-12-03 07:39:58 +02:00
parent f28ae7cca1
commit 407dcb1282
1 changed files with 1 additions and 1 deletions

View File

@ -462,7 +462,7 @@ def edit_comment(cid, v):
g.db.add(n)
g.db.commit()
return {"body": body, "comment": c.realbody(v)}
return {"body": c.body, "comment": c.realbody(v)}
@app.post("/delete/comment/<cid>")