diff --git a/src/main.ts b/src/main.ts index b9b8cd1..40897a0 100644 --- a/src/main.ts +++ b/src/main.ts @@ -29,6 +29,7 @@ async function bootstrap() { 'http://localhost:5173', 'https://d2r603zvpf912o.cloudfront.net', 'https://totobon.store', + 'https://local-mingle-fe.vercel.app', ], methods: 'GET,HEAD,PUT,PATCH,POST,DELETE', credentials: true, // 쿠키를 사용하려면 true로 설정