vc
This commit is contained in:
parent
383386dfc1
commit
32569feff0
1 changed files with 0 additions and 5 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue