This commit is contained in:
Aevann1 2021-12-29 10:31:47 +02:00
parent aa7db683e8
commit 0e7b3a9555

View file

@ -33,10 +33,6 @@ tiers={
"(Rich Bich)": 5,
}
@app.get("/useragent")
def useragent():
return request.headers.get("User-Agent","")
@app.post("/settings/removebackground")
@limiter.limit("1/second")
@auth_required