UNPKG

fastify-custom-healthcheck

Version:

Fastify plugin that allows to add custom health checks in your server

6 lines (4 loc) 159 B
'use strict'; const fp = require('fastify-plugin'); const { customHealthCheck } = require('./src/customHealthCheck'); module.exports = fp(customHealthCheck);