Skip to main content

Variable: HEALTH_PATHS

const HEALTH_PATHS: object

Defined in: src/api/config.ts:229

Health check paths.

Type declaration

liveness

readonly liveness: "/health" = '/health'

readiness

readonly readiness: "/ready" = '/ready'