fddf
This commit is contained in:
parent
304ee577ee
commit
251e09dd51
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ def admin_home(v):
|
|||
return render_template("admin/admin_home.html", v=v, x=x)
|
||||
|
||||
@app.post("/admin/monthly")
|
||||
@limiter.limit("1/week")
|
||||
@limiter.limit("1/day")
|
||||
@admin_level_required(6)
|
||||
def monthly(v):
|
||||
thing = g.db.query(AwardRelationship).order_by(AwardRelationship.id.desc()).first().id
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue