remove unnecessary path

pull/143/head
Aevann 2023-05-03 23:22:52 +03:00
parent 94e8ed4bc0
commit e296505dff
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ from files.__main__ import app, cache, limiter
@app.get("/")
@app.get("/h/<sub>")
@app.get("/s/<sub>")
@limiter.limit("30/minute;5000/hour;10000/day")
@auth_desired_with_logingate
def front_all(v, sub=None, subdomain=None):