From 684522f6b464b0a022171a1e9345e04f74682cbd Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 21 Jul 2023 17:30:11 +0300 Subject: [PATCH] remove /badmins for not being highlighted --- files/routes/static.py | 1 - 1 file changed, 1 deletion(-) diff --git a/files/routes/static.py b/files/routes/static.py index 4c04a88db..1762a9a41 100644 --- a/files/routes/static.py +++ b/files/routes/static.py @@ -149,7 +149,6 @@ def patrons(v): return render_template("admin/patrons.html", v=v, users=users, benefactor_def=AWARDS['benefactor']) @app.get("/admins") -@app.get("/badmins") @limiter.limit(DEFAULT_RATELIMIT, deduct_when=lambda response: response.status_code < 400) @limiter.limit(DEFAULT_RATELIMIT, deduct_when=lambda response: response.status_code < 400, key_func=get_ID) @auth_required