From ac9c040a583aee07eec73c372bc90a165594e236 Mon Sep 17 00:00:00 2001 From: Dae Wook KIM <140354427+totobon6125@users.noreply.github.com> Date: Wed, 1 Nov 2023 13:24:54 +0900 Subject: [PATCH] Update main.ts --- src/main.ts | 1 + 1 file changed, 1 insertion(+) 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로 설정