fsd
This commit is contained in:
parent
a62172f444
commit
2bc81b1ec4
1 changed files with 1 additions and 1 deletions
|
@ -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 *
|
Loading…
Add table
Add a link
Reference in a new issue