NestJs scheitern unbekannte Eigenschaften
//to set it globally in a nest application
app.useGlobalPipes(
new ValidationPipe({
whitelist: true,
}),
);
DevPedrada
//to set it globally in a nest application
app.useGlobalPipes(
new ValidationPipe({
whitelist: true,
}),
);