enfants controller corrected
This commit is contained in:
parent
5626ff10f3
commit
28c7aa54bb
@ -12,7 +12,7 @@ import { AuthGuard } from 'src/common/guards/auth.guard';
|
||||
|
||||
@ApiBearerAuth()
|
||||
@ApiTags('Enfants')
|
||||
@UseGuards(RolesGuard)
|
||||
@UseGuards(AuthGuard,RolesGuard)
|
||||
@Controller('enfants')
|
||||
export class EnfantsController {
|
||||
constructor(private readonly enfantsService: EnfantsService) { }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user