forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-12-24 05:00:02 +02:00
parent 21067ab02c
commit 9c6d2d15e3
1 changed files with 1 additions and 1 deletions

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 *