From 9ced3889fba99cde2fd32204460d31c5131a5eee Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sun, 22 Aug 2021 18:49:41 +0200 Subject: [PATCH] fdfd --- files/routes/admin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/admin.py b/files/routes/admin.py index d7025447b0..be36a60317 100644 --- a/files/routes/admin.py +++ b/files/routes/admin.py @@ -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 = {}