mirror of
https://github.com/usememos/memos.git
synced 2025-12-17 14:19:17 +08:00
chore: update healthz message
This commit is contained in:
parent
8586ebf098
commit
f8f73d117b
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue