Wecode -기업협업 인턴 (부트캠프)/기업협업 인턴(프로젝트)
기업협업 2번째 프로젝트: 프론트엔드와 통신 시, cors error 해결
Queen Julia
2023. 11. 15. 14:50
Documentation | NestJS - A progressive Node.js framework
Nest is a framework for building efficient, scalable Node.js server-side applications. It uses progressive JavaScript, is built with TypeScript and combines elements of OOP (Object Oriented Programming), FP (Functional Programming), and FRP (Functional Rea
docs.nestjs.com
공식문서 참고해서
코드 한 줄이면 된다.
app.enableCors();
(Npm 패키지 안에 들어 있을 것이기에.
그렇기에 공식문서 참고하고, 검색은 1년 이하로 도구 설정해서 해야 한다는 것)
origin 설정 등 필요 없다.