Expand description
Handlers for HTTP requests to /api/v0/health.
Functionsยง
- _add_
routes - connectivity
- GET
/api/v0/healthz/connectivityTells whether the server is healthy (database connectivity). - up
- GET
/api/v0/healthz/upReturns true to indicate the service is up.