sf
This commit is contained in:
parent
2628286601
commit
51944b530e
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ def grassed(v):
|
|||
return render_template(f"{template}grassed.html", v=v, users=users)
|
||||
|
||||
@app.get("/distribute/<cid>")
|
||||
@limiter.limit("1/second")
|
||||
@admin_level_required(3)
|
||||
def distribute(v, cid):
|
||||
try: int(cid)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue