forked from Ynov/ptitspas-ynov-back
enfants controller corrected
This commit is contained in:
parent
730a41d81e
commit
5626ff10f3
@ -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) { }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user