UNPKG
health-heb
Version:
latest (1.0.0)
1.0.0
Check availability of used services by HEB Applications
health-heb
/
checks
/
index.js
8 lines
(6 loc)
•
137 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
const
RabbitCheck
=
require
(
'./rabbit'
)
const
PostgresCheck
=
require
(
'./postgres'
)
module
.
exports
= {
RabbitCheck
,
PostgresCheck
}