Merge pull request 'Add liveness check endpoint' (#1) from feature/health_check_endpoint into github
Reviewed-on: #1
This commit is contained in:
commit
da73fe2bba
5
scripts/health.js
Normal file
5
scripts/health.js
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
module.exports = function (robot) {
|
||||||
|
robot.router.get('/health/live', (req, res) => {
|
||||||
|
res.send('OK');
|
||||||
|
});
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user