Add cupo_maximo field and related validations to cuestionario and evento modules

This commit is contained in:
miguel
2025-06-23 12:40:38 -06:00
parent 8fe2b6cc72
commit e20a381ba6
11 changed files with 171 additions and 16 deletions
-1
View File
@@ -14,7 +14,6 @@ async function bootstrap() {
app.useGlobalPipes(
new ValidationPipe({
whitelist: true, // Elimina propiedades no decoradas
forbidNonWhitelisted: true, // Arroja error si hay propiedades no decoradas
transform: true, // Transforma los datos recibidos al tipo definido en el DTO
}),
);