@loopback/health
Version:
An extension exposes health check related endpoints with LoopBack 4
14 lines • 484 B
JavaScript
;
// Copyright IBM Corp. 2019. All Rights Reserved.
// Node module: @loopback/health
// This file is licensed under the MIT License.
// License text available at https://opensource.org/licenses/MIT
Object.defineProperty(exports, "__esModule", { value: true });
exports.DEFAULT_HEALTH_OPTIONS = void 0;
exports.DEFAULT_HEALTH_OPTIONS = {
healthPath: '/health',
readyPath: '/ready',
livePath: '/live',
openApiSpec: false,
};
//# sourceMappingURL=types.js.map