generated from coulomb/repo-seed
fix: use string not pathPrefix for /healthz route (IHP v1.5 API)
This commit is contained in:
@@ -6,7 +6,7 @@ import Web.Types
|
|||||||
|
|
||||||
instance CanRoute HealthController where
|
instance CanRoute HealthController where
|
||||||
parseRoute' = do
|
parseRoute' = do
|
||||||
pathPrefix "/healthz"
|
_ <- string "/healthz"
|
||||||
endOfInput
|
endOfInput
|
||||||
pure HealthAction
|
pure HealthAction
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user