This commit is contained in:
Aevann1 2021-07-28 00:17:58 +02:00
parent f72a8c41b6
commit 261bab524e

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")