Skip to content

Commit

Permalink
Merge pull request #124 from LocalMingle/dev
Browse files Browse the repository at this point in the history
[dw] cors 추가
  • Loading branch information
totobon6125 authored Nov 2, 2023
2 parents 8ad6468 + 558223a commit be4e76a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ async function bootstrap() {
'https://d2r603zvpf912o.cloudfront.net',
'https://totobon.store',
'https://local-mingle-fe.vercel.app',
'https://d2k8kob2tp4v96.cloudfront.net',
'https://localmingle.store',
],
methods: 'GET,HEAD,PUT,PATCH,POST,DELETE',
credentials: true, // 쿠키를 사용하려면 true로 설정
Expand Down

0 comments on commit be4e76a

Please sign in to comment.