fds
This commit is contained in:
parent
9f9a2f7f69
commit
8f72fc7895
1 changed files with 1 additions and 1 deletions
|
@ -856,7 +856,7 @@ def api_is_repost():
|
||||||
|
|
||||||
@app.post("/submit")
|
@app.post("/submit")
|
||||||
@app.post("/h/<sub>/submit")
|
@app.post("/h/<sub>/submit")
|
||||||
@limiter.limit("1/second;6/minute;200/hour;1000/day")
|
@limiter.limit("1/second;2/minute;10/hour;50/day")
|
||||||
@auth_required
|
@auth_required
|
||||||
def submit_post(v, sub=None):
|
def submit_post(v, sub=None):
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue