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 = {