dsfdfs
This commit is contained in:
parent
78b0601f06
commit
468c037395
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ def grassed(v):
|
|||
@app.get("/distribute/<comment>")
|
||||
@limiter.limit("1/second")
|
||||
@admin_level_required(3)
|
||||
def distribute(v, cid):
|
||||
def distribute(v, comment):
|
||||
try: int(cid)
|
||||
except: abort(400)
|
||||
post = g.db.query(Comment).filter_by(id=comment).first().post
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue