diff --git a/src/dashboard.py b/src/dashboard.py index 07959e6..78e1ca8 100644 --- a/src/dashboard.py +++ b/src/dashboard.py @@ -1056,7 +1056,7 @@ def generate_qrcode(config_name): sem.release() return redirect("/configuration/" + config_name) # Download configuration file -@app.route('/', methods=['GET']) +@app.route('/download/', methods=['GET']) def download(config_name): print(request.headers.get('User-Agent')) id = request.args.get('id')