diff --git a/Web/Routes.hs b/Web/Routes.hs index 294e6aa..f406bb6 100644 --- a/Web/Routes.hs +++ b/Web/Routes.hs @@ -6,7 +6,7 @@ import Web.Types instance CanRoute HealthController where parseRoute' = do - pathPrefix "/healthz" + _ <- string "/healthz" endOfInput pure HealthAction