This commit is contained in:
Aevann1 2022-02-18 14:01:24 +02:00
parent ebd5fe8718
commit c16174ae18
2 changed files with 3 additions and 3 deletions

View file

@ -81,7 +81,7 @@ def remove_report_post(v, pid, uid):
g.db.commit()
return {"message": "Removed report!"}
return {"message": "Report removed successfully!"}
@app.post('/del_report/comment/<cid>/<uid>')
@ -106,4 +106,4 @@ def remove_report_comment(v, cid, uid):
g.db.commit()
return {"message": "Removed report!"}
return {"message": "Report removed successfully!"}