fdsfs
This commit is contained in:
parent
44fc58096a
commit
0266a26084
2 changed files with 6 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -10,5 +10,4 @@ under_attack
|
|||
venv/
|
||||
.vscode/
|
||||
.sass-cache/
|
||||
flask_session/
|
||||
marsey_count.json
|
||||
flask_session/
|
|
@ -26,6 +26,11 @@ CF_HEADERS = {"Authorization": f"Bearer {CF_KEY}", "Content-Type": "application/
|
|||
|
||||
month = datetime.now().strftime('%B')
|
||||
|
||||
@app.post("/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