health status refactor followup fix (#10379)

This commit is contained in:
nitin
2025-02-21 15:02:00 +05:30
committed by GitHub
parent 9f454c565b
commit 4720afe3fb

View File

@ -23,7 +23,7 @@ export class HealthController {
return this.health.check([]); return this.health.check([]);
} }
@Get('/:serviceName') @Get('/:indicatorId')
@HealthCheck() @HealthCheck()
checkService(@Param('indicatorId') indicatorId: HealthIndicatorId) { checkService(@Param('indicatorId') indicatorId: HealthIndicatorId) {
const checks = { const checks = {