diff --git a/apps/todo/apps/backend/src/main.ts b/apps/todo/apps/backend/src/main.ts index 787548de7..273da3d06 100644 --- a/apps/todo/apps/backend/src/main.ts +++ b/apps/todo/apps/backend/src/main.ts @@ -101,7 +101,7 @@ async function bootstrap() { await app.listen(port); logger.log(`Todo API is running on: http://localhost:${port}`); - logger.log(`Health check: http://localhost:${port}/api/v1/health`); + logger.log(`Health check: http://localhost:${port}/health`); } bootstrap();