chore: update healthz message

pull/2589/head
Steven 1 year ago
parent 8586ebf098
commit f8f73d117b

@ -101,7 +101,7 @@ func NewServer(ctx context.Context, profile *profile.Profile, store *store.Store
// Register healthz endpoint.
e.GET("/healthz", func(c echo.Context) error {
return c.String(http.StatusOK, "OK!\n")
return c.String(http.StatusOK, "Service ready.")
})
// Register API v1 endpoints.

Loading…
Cancel
Save