diff --git a/src/health/health.controller.ts b/src/health/health.controller.ts index 8f34105f..f822d1f1 100644 --- a/src/health/health.controller.ts +++ b/src/health/health.controller.ts @@ -4,6 +4,7 @@ import Redis from 'ioredis'; import { SkipThrottle } from '@nestjs/throttler'; import { HealthService } from './health.service'; + @Version(VERSION_NEUTRAL) @SkipThrottle() @Controller('health')