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):