We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c579a1a commit 1c63a78Copy full SHA for 1c63a78
middleware/healthcheck/config.go
@@ -24,6 +24,7 @@ type Config struct {
24
const (
25
DefaultLivenessEndpoint = "/livez"
26
DefaultReadinessEndpoint = "/readyz"
27
+ DefaultStartupEndpoint = "/startupz"
28
)
29
30
func defaultProbe(fiber.Ctx) bool { return true }
0 commit comments