일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- JavaScript
- smui
- 도커
- docker-network
- docker
- reactjs
- testing
- ...$$restProps
- onDestory
- GraphQL
- cron
- 인라인핸들러
- IAC
- TypeScript
- GIT
- githook
- svelte
- golang
- Terraform
- Svelte LifeCycle
- nestjs
- bitwiseNot
- mock
- apiTest
- :=
- go
- PostgreSQL
- 번역
- react
- 도커컨테이너
Archives
- Today
- Total
목록autovalidate (1)
Den`s blog

NestJS 에서는 AutoValidation 기능을 해주는 사랑스러운 아이가 있다..! @nestjs/common 에 있는 ValidationPipe 라는 아이. const app = await NestFactory.create(AppModule); app.useGlobalPipes( new ValidationPipe({ whitelist: true, forbidNonWhitelisted: true, transform: true, }), ); const app = await NestFactory.create(AppModule); app.useGlobalPipes( new ValidationPipe({ whitelist: true, forbidNonWhitelisted: true, transform: t..
NestJS
2021. 1. 30. 15:01