diff --git a/src/health/health.controller.ts b/src/health/health.controller.ts index c19e28a..800a9fb 100644 --- a/src/health/health.controller.ts +++ b/src/health/health.controller.ts @@ -11,6 +11,7 @@ import { import { PrismaService } from 'src/prisma/prisma.service'; import { RedisIndicator } from './indicator/redis.indicator'; +// Controller for health check @ApiTags('health') @Controller('health') export class HealthController {