change: new reporting location

This commit is contained in:
2023-07-08 02:53:17 +02:00
parent bb1c2a25e3
commit 7ea5578132
2 changed files with 3 additions and 2 deletions

View File

@@ -203,6 +203,7 @@ def reload():
return ("", 204)
@app.route('/', methods=["GET", "POST"])
@app.route('/report', methods=["GET", "POST"])
def default():
if flask.request.method == "GET":