enfants controller corrected

This commit is contained in:
sdraris 2025-09-30 14:28:43 +02:00
parent 5626ff10f3
commit 28c7aa54bb

View File

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