From 4720afe3fb326b7bc94005637198d3d26c785a91 Mon Sep 17 00:00:00 2001 From: nitin <142569587+ehconitin@users.noreply.github.com> Date: Fri, 21 Feb 2025 15:02:00 +0530 Subject: [PATCH] health status refactor followup fix (#10379) --- .../engine/core-modules/health/controllers/health.controller.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/twenty-server/src/engine/core-modules/health/controllers/health.controller.ts b/packages/twenty-server/src/engine/core-modules/health/controllers/health.controller.ts index 400c904bb..4844e43d5 100644 --- a/packages/twenty-server/src/engine/core-modules/health/controllers/health.controller.ts +++ b/packages/twenty-server/src/engine/core-modules/health/controllers/health.controller.ts @@ -23,7 +23,7 @@ export class HealthController { return this.health.check([]); } - @Get('/:serviceName') + @Get('/:indicatorId') @HealthCheck() checkService(@Param('indicatorId') indicatorId: HealthIndicatorId) { const checks = {