fiber/middleware/healthcheck
Lucas Lemos 5e30112d08
fix: healthcheck middleware not working with route group (#2863)
* fix: healthcheck middleware not working with route group

* perf: change verification method to improve perf

* Update healthcheck_test.go

* test: add not matching route test for strict routing

* add more test cases

* correct tests

* correct test helpers

* correct tests

* correct tests

---------

Co-authored-by: Juan Calderon-Perez <835733+gaby@users.noreply.github.com>
Co-authored-by: René Werner <rene@gofiber.io>
2024-02-19 14:28:58 +01:00
..
config.go feat: add liveness and readiness checks (#2509) 2024-01-03 18:13:58 +01:00
healthcheck.go fix: healthcheck middleware not working with route group (#2863) 2024-02-19 14:28:58 +01:00
healthcheck_test.go fix: healthcheck middleware not working with route group (#2863) 2024-02-19 14:28:58 +01:00