Have an account? Log in to check out faster.
app.get('/health', (req, res) => res.json(status: 'ok', time: new Date()); );