dfsfds
This commit is contained in:
parent
7adf7f779f
commit
ebf182f062
5 changed files with 6 additions and 17 deletions
|
@ -165,6 +165,7 @@ def api_vote_comment(comment_id, new, v):
|
|||
|
||||
@app.post("/vote/poll/<comment_id>")
|
||||
@auth_required
|
||||
@validate_formkey
|
||||
def api_vote_poll(comment_id, v):
|
||||
|
||||
vote = request.values.get("vote")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue