Skip to content

Commit

Permalink
Merge pull request #191 from Team-Packman/feature/#147
Browse files Browse the repository at this point in the history
[FIX] cors 에러 처리
  • Loading branch information
hyeon-z authored Oct 7, 2022
2 parents dab74dd + c0f721c commit 03f6cf3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ app.use(
'https://api.packgirl.ml',
`${config.baseUrl}`,
`${config.baseUrlDev}`,
'https://packman-bery1.vercel.app',
],
optionsSuccessStatus: 200,
}),
);

Expand Down

0 comments on commit 03f6cf3

Please sign in to comment.