This commit is contained in:
Aevann1 2022-01-19 16:08:45 +02:00
parent 1e28e6afc4
commit 79b0e77d44
3 changed files with 10 additions and 16 deletions

View file

@ -706,7 +706,7 @@ def edit_comment(cid, v):
g.db.commit()
return c.realbody(v) + c.options_html(v)
return c.realbody(v)
@app.post("/delete/comment/<cid>")