You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 5, 2026. It is now read-only.
I'm trying this method
sup/modules/http4s/src/main/scala/sup/modules/http4s.scala
Lines 19 to 22 in 9887f19
and I found that, overriding the
pathfield, I can't put the health check route endpoint far from the root of the service, eg:"healthCheckFoo": resulting inlocalhost/myHealthcheckworks,200"bar/healthCheckFoo": doesn't work,404I think the parameter type should change, from
StringtoUri