health status refactor followup fix (#10379)
This commit is contained in:
@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user