This commit is contained in:
Aevann1 2022-01-21 14:10:28 +02:00
parent 383386dfc1
commit 32569feff0

View file

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