This commit is contained in:
Aevann1 2021-08-19 17:56:09 +02:00
parent b89f416355
commit 9445cf8a29

View file

@ -257,9 +257,3 @@ def after_request(response):
response.headers.add("X-Frame-Options", "deny")
return response
@app.route("/<path:path>", subdomain="www")
def www_redirect(path):
return redirect(f"https://{app.config['SERVER_NAME']}/{path}")