Handeling the different health status

This commit is contained in:
Owen
2026-04-24 17:30:54 -07:00
parent 34296e5f40
commit cca7cea2f1
9 changed files with 112 additions and 148 deletions
+2 -1
View File
@@ -327,7 +327,8 @@ async function createHttpResource(
ssl: true,
stickySession: stickySession,
postAuthPath: postAuthPath,
wildcard
wildcard,
health: "unknown"
})
.returning();