Skip to content

Commit

Permalink
Update health.controller.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
siwonpada authored Aug 28, 2024
1 parent 4c4b45e commit d76f339
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/health/health.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit d76f339

Please sign in to comment.