forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-08-22 18:49:41 +02:00
parent 80df0eac20
commit 9ced3889fb
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ def admin_home(v):
x = f.read()
return render_template("admin/admin_home.html", v=v, x=x)
@app.get("/admin/monthly")
@app.post("/admin/monthly")
@admin_level_required(6)
def monthly(v):
grant_awards = {}