Commit f8f73d11 authored by Steven's avatar Steven

chore: update healthz message

parent 8586ebf0
...@@ -101,7 +101,7 @@ func NewServer(ctx context.Context, profile *profile.Profile, store *store.Store ...@@ -101,7 +101,7 @@ func NewServer(ctx context.Context, profile *profile.Profile, store *store.Store
// Register healthz endpoint. // Register healthz endpoint.
e.GET("/healthz", func(c echo.Context) error { 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. // Register API v1 endpoints.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment