v3.0.1
The leading slash wasn’t being removed so the route string would end up looking like `group//route`, which then wouldn’t match the request URL.
The leading slash wasn’t being removed so the route string would end up looking like `group//route`, which then wouldn’t match the request URL.