Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Commit

Permalink
Adding health check url at GET /
Browse files Browse the repository at this point in the history
  • Loading branch information
phutchins committed Jun 6, 2016
1 parent 4c4ffca commit d0134ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,8 @@ app.post('/', (req, res) => {
}
});

app.get('/', (req, res) => {
res.send('OK');
});

module.exports = app;

0 comments on commit d0134ec

Please sign in to comment.