fds
This commit is contained in:
parent
aa7581a440
commit
34cf0411f5
1 changed files with 1 additions and 1 deletions
|
@ -370,7 +370,7 @@ def downvoting(v, username):
|
|||
|
||||
|
||||
@app.post("/@<username>/suicide")
|
||||
@limiter.limit("5/day")
|
||||
@limiter.limit("1/second;5/day")
|
||||
@auth_required
|
||||
def suicide(v, username):
|
||||
user = get_user(username)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue