diff --git a/sanic/router.py b/sanic/router.py index ad93fda7..e399a6cf 100644 --- a/sanic/router.py +++ b/sanic/router.py @@ -374,7 +374,7 @@ class Router: :param method: request method :return: handler, arguments, keyword arguments """ - # url = unquote(url) + url = unquote(url) url = host + url # Check against known static routes route = self.routes_static.get(url)