turing-health
v0.50.0
Published
An express route for an health check.
Downloads
93
Readme
turing-health
An express route for an health check.
API
Simply require turing-health and add the router to your turing-server.
const TuringHealth = require('turing-health');
app.use(new TuringHealth());
Config
- turing:server:routes:internal - The base-url of internal endpoints like health or status. (default: "/internal")
- turing:health:route - The relative url of the health endpoint behind the internal route. (default: "/health")
Contributors
- Benedikt Stemmildt
- Jonathan Meyer
License
Apache-2.0