fdvcx
This commit is contained in:
parent
b5343a24f2
commit
383386dfc1
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue