xvc
This commit is contained in:
parent
8743a4b123
commit
1e21508e56
1 changed files with 1 additions and 1 deletions
|
@ -423,7 +423,7 @@ def award_post(pid, v):
|
||||||
return redirect(f"{SITE_FULL}/")
|
return redirect(f"{SITE_FULL}/")
|
||||||
|
|
||||||
|
|
||||||
@app.get("/award_comment/<cid>")
|
@app.post("/award_comment/<cid>")
|
||||||
@limiter.limit("1/second;30/minute;200/hour;1000/day")
|
@limiter.limit("1/second;30/minute;200/hour;1000/day")
|
||||||
@is_not_permabanned
|
@is_not_permabanned
|
||||||
def award_comment(cid, v):
|
def award_comment(cid, v):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue