remotes/1693045480750635534/spooky-22
Aevann1 2021-11-27 19:30:20 +02:00
parent f388d62c00
commit 83368b81a9
1 changed files with 1 additions and 1 deletions

View File

@ -331,7 +331,7 @@ def unsubscribe(v, post_id):
@app.get("/report_bugs")
@auth_required
def reportbugs(v):
return redirect(f'https://rdrama.net/post/{BUG_THREAD}')
return redirect(f'/post/{BUG_THREAD}')
@app.post("/@<username>/message")
@limiter.limit("1/second")