From b9214e3a4644aeda7ddcde2853d65a1ead67b458 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 21 Sep 2021 23:08:20 +0200 Subject: [PATCH] fd --- files/routes/static.py | 1 + 1 file changed, 1 insertion(+) diff --git a/files/routes/static.py b/files/routes/static.py index 1932497e4b..e77e910cc2 100644 --- a/files/routes/static.py +++ b/files/routes/static.py @@ -60,6 +60,7 @@ def participation_stats(v): return render_template("admin/content_stats.html", v=v, title="Content Statistics", data=data) +@app.get("/patrons") @app.get("/paypigs") @auth_desired def patrons(v):