remove unnecessary route

master
Aevann 2023-07-01 22:37:43 +03:00
parent b2b5633c8b
commit fb1f282804
1 changed files with 0 additions and 5 deletions

View File

@ -301,11 +301,6 @@ def submit_contact(v):
return redirect("/contact?msg=Your message has been sent to the admins!")
@app.get('/archives')
@limiter.limit(DEFAULT_RATELIMIT)
def archivesindex():
return redirect("/archives/index.html")
patron_badges = (22,23,24,25,26,27,28,257,258,259,260,261)
@cache.memoize(timeout=3600)