castle
This commit is contained in:
parent
1067a0d476
commit
759c0c8cce
1 changed files with 4 additions and 4 deletions
|
@ -131,10 +131,10 @@ def notifications(v):
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
@app.get("/", subdomain="<subdomain>")
|
@app.get("/")
|
||||||
@app.get("/logged_out", subdomain="<subdomain>")
|
@app.get("/logged_out")
|
||||||
@app.get("/s/<sub>", subdomain="<subdomain>")
|
@app.get("/s/<sub>")
|
||||||
@app.get("/logged_out/s/<sub>", subdomain="<subdomain>")
|
@app.get("/logged_out/s/<sub>")
|
||||||
@limiter.limit("3/second;30/minute;1000/hour;5000/day")
|
@limiter.limit("3/second;30/minute;1000/hour;5000/day")
|
||||||
@auth_desired
|
@auth_desired
|
||||||
def front_all(v, sub=None, subdomain=None):
|
def front_all(v, sub=None, subdomain=None):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue