Closed
Description
Hi
After upgrading to latest v3 i'm noticing im unable to parse my params on several routes.
Suspecting this may be the change which is causing the pain… c59b79d
At any rate, I have a route like:
/:version/playlists/:playlistID/follow
and when loggin:
fmt.Println(c.ParamValues())
fmt.Println(c.ParamNames())
i'm getting:
4:54:57 PM web.1 | [v1 647a967c-a697-43ec-6ede-a6bfccfd2036 ]
4:54:57 PM web.1 | []
This is problematic as im nolonger able to access my params by name in my code ;_;
Any help would be greatly appreciated, thanks!