forked from MarseyWorld/MarseyWorld
fdsf
parent
5f5659cc55
commit
debd7649ef
|
@ -165,7 +165,6 @@ 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…
Reference in New Issue