fdfd
This commit is contained in:
parent
77cf9781e7
commit
5017c0cf5a
2 changed files with 1 additions and 5 deletions
|
@ -231,6 +231,7 @@ def sign_up_get(v):
|
|||
|
||||
|
||||
@app.post("/signup")
|
||||
@limiter.limit("5/day")
|
||||
@auth_desired
|
||||
def sign_up_post(v):
|
||||
with open('./disablesignups', 'r') as f:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue