remotes/1693045480750635534/spooky-22
Aevann1 2021-07-28 00:17:58 +02:00
parent 077f480816
commit 837d1fc99d
1 changed files with 2 additions and 2 deletions

View File

@ -843,8 +843,8 @@ def edit_comment(cid, v):
return jsonify({"html": c.body_html})
@app.route("/delete/comment/<cid>", methods=["POST"])
@app.route("/api/v1/delete/comment/<cid>", methods=["POST"])
@app.route("/delete/comment/<cid>")
@app.route("/api/v1/delete/comment/<cid>")
@auth_required
@validate_formkey
@api("delete")