master
Aevann1 2022-01-21 14:06:50 +02:00
parent 3f1e5ebc23
commit 7ba68a10ae
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ CF_HEADERS = {"Authorization": f"Bearer {CF_KEY}", "Content-Type": "application/
month = datetime.now().strftime('%B')
@app.post("/ratelimittest")
@app.get("/ratelimittest")
@limiter.limit("1/day")
def ratelimittest():
return 'sex'