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',