@darthcav/ts-http-server
    Preparing search index...

    Type Alias DefaultRoutesOptions

    Options accepted by the defaultRoutes function.

    type DefaultRoutesOptions = {
        healthChecks?: HealthCheck[];
    }
    Index

    Properties

    Properties

    healthChecks?: HealthCheck[]

    Dependency health checks evaluated by the default GET /health route. When omitted or empty, the report contains no checks object and the service status is always pass.