health status refactor followup fix (#10379)
This commit is contained in:
@ -23,7 +23,7 @@ export class HealthController {
|
||||
return this.health.check([]);
|
||||
}
|
||||
|
||||
@Get('/:serviceName')
|
||||
@Get('/:indicatorId')
|
||||
@HealthCheck()
|
||||
checkService(@Param('indicatorId') indicatorId: HealthIndicatorId) {
|
||||
const checks = {
|
||||
|
||||
Reference in New Issue
Block a user