From d3c654c2534b2f082724be104b03227d2c156671 Mon Sep 17 00:00:00 2001 From: "p.loedige" Date: Thu, 31 Dec 2020 00:05:35 +0100 Subject: [PATCH] unified API style --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 7568487..d646f1d 100644 --- a/app.py +++ b/app.py @@ -22,7 +22,7 @@ def api_root(): "device_url_POST": {"output": ""} } -@app.route('/XML', methods=["GET","POST"]) +@app.route('/XML/', methods=["GET","POST"]) def xml_transfer(): try: #return the current config.xml