diff --git a/qt/aqt/mediasrv.py b/qt/aqt/mediasrv.py index c1d5be1f7..a16cdf4e8 100644 --- a/qt/aqt/mediasrv.py +++ b/qt/aqt/mediasrv.py @@ -87,7 +87,6 @@ class MediaServer(threading.Thread): return int(self.server.effective_port) -@app.route("/", defaults={"path": ""}) @app.route("/", methods=["GET", "POST"]) def allroutes(pathin): try: