diff --git a/server.js b/server.js index 3849d81..28f8693 100644 --- a/server.js +++ b/server.js @@ -11,5 +11,6 @@ const PORT = process.env.PORT || 3000; }); + console.log(`Health check available at: http://localhost:${PORT}/health`); });