i found a hacky way to do this for now, but don’t ...
# http4k
n
i found a hacky way to do this for now, but don’t like it. i basically make a filter that runs before all the others, and if the request URI is exactly “/health”, then i return a
Response(OK)
, but that’s… meh
d
You want to make 2 routes blocks, apply the filter to one of them and then compose them together in another routes block.