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
|
||||
parseRoute' = do
|
||||
pathPrefix "/healthz"
|
||||
_ <- string "/healthz"
|
||||
endOfInput
|
||||
pure HealthAction
|
||||
|
||||
|
||||
Reference in New Issue
Block a user