parent
9f529b8986
commit
a1d94db451
|
@ -1126,7 +1126,7 @@ class Application(object):
|
|||
handlers = self._get_host_handlers(request)
|
||||
if not handlers:
|
||||
handler = RedirectHandler(
|
||||
request, "http://" + self.default_host + "/")
|
||||
self, request, "http://" + self.default_host + "/")
|
||||
else:
|
||||
for spec in handlers:
|
||||
match = spec.regex.match(request.path)
|
||||
|
|
Loading…
Reference in New Issue