gdf
This commit is contained in:
parent
5d47158e5f
commit
661bc9f045
6 changed files with 57 additions and 26 deletions
|
@ -225,7 +225,7 @@ def sign_up_get(v):
|
|||
|
||||
|
||||
@app.post("/signup")
|
||||
@limiter.limit("5/day")
|
||||
@limiter.limit("10/day")
|
||||
@auth_desired
|
||||
def sign_up_post(v):
|
||||
with open('disable_signups', 'r') as f:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue