enfants controller corrected

This commit is contained in:
sdraris 2025-09-30 14:26:43 +02:00
parent 730a41d81e
commit 5626ff10f3

View File

@ -12,7 +12,7 @@ import { AuthGuard } from 'src/common/guards/auth.guard';
@ApiBearerAuth()
@ApiTags('Enfants')
@UseGuards(AuthGuard,RolesGuard)
@UseGuards(RolesGuard)
@Controller('enfants')
export class EnfantsController {
constructor(private readonly enfantsService: EnfantsService) { }