From 9c6d2d15e3166ec77a7bf40f57034edfb64c70c4 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 24 Dec 2021 05:00:02 +0200 Subject: [PATCH] fsd --- files/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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