I'd like to add and explicit note indicating that if a regex group is included in the route, a matching positional argument parameter must be included in all handler methods that handle requests from that route.
I don't think this is explicit in the docs as currently written, and knowing this would have saved me quite a bit of time the other day.
I'd like to add and explicit note indicating that if a regex group is included in the route, a matching positional argument parameter must be included in all handler methods that handle requests from that route.
I don't think this is explicit in the docs as currently written, and knowing this would have saved me quite a bit of time the other day.