Merge pull request #444 from majiang/patch-1

Call user-provided `default_response`
This commit is contained in:
Taoufik
2020-12-01 21:42:13 +01:00
committed by GitHub
+1 -1
View File
@@ -356,4 +356,4 @@ class Router:
await app(scope, receive, send)
return
await self.default_response(scope, receive, send)
await self.default_endpoint(scope, receive, send)