mirror of https://github.com/gofiber/fiber.git
Fix panic on routing with parameters
There is a bug on your `utils.getRegex`. The `strings.Split` there may return a first segment of empty string, please read the documentation of [strings.Split](https://golang.org/pkg/strings/#Split). **Screenshot before this PR**  **Screenshot after this PR** pull/28/head
parent
15a94e2d5b
commit
68a4b40e51
Loading…
Reference in New Issue