From 58e17b5ad65152ad6e3f1b2976ad696ff19e08cb Mon Sep 17 00:00:00 2001 From: dingding-21 Date: Thu, 15 Sep 2022 00:20:15 +0900 Subject: [PATCH] =?UTF-8?q?[CHORE]/#147=20=EC=BF=A0=ED=82=A4=20=ED=97=88?= =?UTF-8?q?=EC=9A=A9=20=EC=A1=B0=EA=B1=B4=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index 1b72df9..b46f335 100644 --- a/src/index.ts +++ b/src/index.ts @@ -9,6 +9,7 @@ dotenv.config(); app.use( cors({ + credentials: true, origin: [ 'http://localhost:3000', 'https://www.packman.kr',