dfdfdf
This commit is contained in:
parent
f72a8c41b6
commit
261bab524e
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue