diff --git a/files/__main__.py b/files/__main__.py index 090bd6c4c..bcaebe3b9 100644 --- a/files/__main__.py +++ b/files/__main__.py @@ -126,7 +126,7 @@ def sub_redirect(whatever): return redirect(request.full_path) @app.route("/", subdomain="") -def sub_redirect(path, whatever): +def sub_redirect2(path, whatever): return redirect(request.full_path) from files.routes import * \ No newline at end of file