Mount route and middleware match always return None #2339
Unanswered
andrea-mucci
asked this question in
Potential Issue
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All
i have a very basic middleware where I'm catching the request routes and i match with the scope
those are the routes
and this is the middleware
if I call the route '/test/controller', for example, the routing work well and the middleware is called, but the Match never return a FULL result.
have something wrong in my code?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions