UNPKG
@apolitical/health
Version:
latest (1.0.5)
1.0.5
1.0.5-beta.0
1.0.4
1.0.3
1.0.2
1.0.2-beta.0
1.0.1
1.0.0
1.0.0-rc.1
0.2.0
0.2.0-rc.0
0.1.1
0.1.0
0.0.1-rc.1
Node.js module to expose Apolitical's APIs health checks
@apolitical/health
/
src
/
index.js
8 lines
(4 loc)
•
145 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
'use strict'
;
const
{ resolve } =
require
(
'./container'
);
const
{ checkHealth } =
resolve
(
'healthService'
);
module
.
exports
= { checkHealth };