Skip to content

Commit

Permalink
[CHORE]/#147 쿠키 허용 조건 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeon-z committed Sep 14, 2022
1 parent dc5db36 commit 58e17b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ dotenv.config();

app.use(
cors({
credentials: true,
origin: [
'http://localhost:3000',
'https://www.packman.kr',
Expand Down

0 comments on commit 58e17b5

Please sign in to comment.