UNPKG

@apolitical/health

Version:

Node.js module to expose Apolitical's APIs health checks

8 lines (4 loc) 145 B
'use strict'; const { resolve } = require('./container'); const { checkHealth } = resolve('healthService'); module.exports = { checkHealth };