sfd4
This commit is contained in:
parent
e123ec020f
commit
4df7b661d4
1 changed files with 2 additions and 2 deletions
|
@ -220,8 +220,8 @@ def sign_up_get(v):
|
||||||
|
|
||||||
|
|
||||||
@app.post("/signup")
|
@app.post("/signup")
|
||||||
# @limiter.limit("1/second")
|
@limiter.limit("1/second")
|
||||||
# @limiter.limit("5/day")
|
@limiter.limit("5/day")
|
||||||
@auth_desired
|
@auth_desired
|
||||||
def sign_up_post(v):
|
def sign_up_post(v):
|
||||||
with open('./disablesignups', 'r') as f:
|
with open('./disablesignups', 'r') as f:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue