Ning Kang

Results 1 comments of Ning Kang

`mx.URLParams` gets populated only at the `routeHTTP` function which will not get the `id` param if your middleware is at the top level (`*` route). Try this instead: ``` go...