Closed Sangyups closed 2 years ago
cors 관련 오류를 수정하였습니다.
cors
.env 의 ALLOWED_ORIGINS에 whitelist 주소를 , 구분자로 추가하여 넣어주시면 됩니다.
.env
ALLOWED_ORIGINS
,
예시)
ALLOWED_ORIGINS="http://localhost:3000,http://example.com"
cors
관련 오류를 수정하였습니다..env
의ALLOWED_ORIGINS
에 whitelist 주소를,
구분자로 추가하여 넣어주시면 됩니다.예시)