NestJS - Pipes
Which of the following is the correct syntax to apply
ValidationPipe to a single route handler in NestJS?ValidationPipe to a single route handler in NestJS?@UsePipes() decorator on route handlers or controllers.@UseGuards is for auth, @UseFilters for exceptions, @UseInterceptors for interceptors, so they are incorrect here.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions