Team-ILA / icebreaQ-server

0 stars 1 forks source link

fix: add cors configuration #10

Closed Sangyups closed 2 years ago

Sangyups commented 2 years ago

cors 관련 오류를 수정하였습니다.

.envALLOWED_ORIGINS에 whitelist 주소를 , 구분자로 추가하여 넣어주시면 됩니다.

예시)

ALLOWED_ORIGINS="http://localhost:3000,http://example.com"