This commit is contained in:
Aevann1 2021-12-24 05:00:02 +02:00
parent a62172f444
commit 2bc81b1ec4

View file

@ -126,7 +126,7 @@ def sub_redirect(whatever):
return redirect(request.full_path)
@app.route("/<path:path>", subdomain="<whatever>")
def sub_redirect(path, whatever):
def sub_redirect2(path, whatever):
return redirect(request.full_path)
from files.routes import *