Microservices - Resilience Patterns
What is wrong with this health check endpoint?
app.get('/health', (req, res) => {
res.send('OK');
res.status(200);
});app.get('/health', (req, res) => {
res.send('OK');
res.status(200);
});15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions