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