Skip to content

Instantly share code, notes, and snippets.

@deadlysyn
Created January 28, 2019 05:09
Show Gist options
  • Save deadlysyn/5b9ac0788ae32d77d37e612fd820a0b3 to your computer and use it in GitHub Desktop.
Save deadlysyn/5b9ac0788ae32d77d37e612fd820a0b3 to your computer and use it in GitHub Desktop.
app.get('/healthcheck', (req, res, next) => {
// not middleware so we don't wait for next()
testRunner();
res.status(testResults.status).json(testResults);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment