enfants controller corrected
This commit is contained in:
parent
28c7aa54bb
commit
d58406ff56
@ -10,7 +10,7 @@ import { EnfantResponseDto } from './dto/enfants_response.dto';
|
||||
import { mapEnfantsToResponseDto, mapEnfantToResponseDto } from './enfants.mapper';
|
||||
import { AuthGuard } from 'src/common/guards/auth.guard';
|
||||
|
||||
@ApiBearerAuth()
|
||||
@ApiBearerAuth('access-token')
|
||||
@ApiTags('Enfants')
|
||||
@UseGuards(AuthGuard,RolesGuard)
|
||||
@Controller('enfants')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user