Nest Swagger 3. [ Response 생성]
세팅과 기본 설정 : https://crispypotato.tistory.com/199 Nest Swagger 1. 사용 방법 [ 세팅, summary 생성, property 생성 ] 1. 설치 2. 첫 swagger 세팅 3. api summary, property생성 1. 설치 npm install --save @nestjs/swagger swagger-ui-express 2. 첫 세팅 main.ts에서 bootstrap() 함수에 swagger를 추가 해준다. import { NestFa.. crispypotato.tistory.com 만드는 이유 : 기본적으로 summary, property를 설정해도 다른 개발자는 요청 하며 작업을 진행 할 수 있다. 하지만 요청 작업하기 힘든 상황이거나, 요청..
2022.04.21