fix: use string not pathPrefix for /healthz route (IHP v1.5 API)
This commit is contained in:
parent
9bc7e81e3b
commit
4a7244c2b0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue