fd
This commit is contained in:
parent
b89f416355
commit
9445cf8a29
1 changed files with 1 additions and 7 deletions
|
@ -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}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue