fdfsd
This commit is contained in:
parent
bd45f8e9d6
commit
00261658b9
1 changed files with 1 additions and 1 deletions
|
@ -331,7 +331,7 @@ def unsubscribe(v, post_id):
|
||||||
@app.get("/report_bugs")
|
@app.get("/report_bugs")
|
||||||
@auth_required
|
@auth_required
|
||||||
def reportbugs(v):
|
def reportbugs(v):
|
||||||
return redirect(f'https://rdrama.net/post/{BUG_THREAD}')
|
return redirect(f'/post/{BUG_THREAD}')
|
||||||
|
|
||||||
@app.post("/@<username>/message")
|
@app.post("/@<username>/message")
|
||||||
@limiter.limit("1/second")
|
@limiter.limit("1/second")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue