This commit is contained in:
Aevann1 2021-11-27 19:30:20 +02:00
parent bd45f8e9d6
commit 00261658b9

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")