Compare commits
3 Commits
6076b5e60f
...
e02c3bb9b6
| Author | SHA1 | Date | |
|---|---|---|---|
| e02c3bb9b6 | |||
| 564df1770a | |||
|
e29b67749f
|
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');
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user