Skip to content

Commit

Permalink
Merge pull request #94 from boostcampwm-2024/fix/domain-cors
Browse files Browse the repository at this point in the history
🔧 fix: cors 오류 수정
  • Loading branch information
uuuo3o authored Nov 13, 2024
2 parents 10476c6 + 69c0ba5 commit 8e690fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions BE/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ async function bootstrap() {
origin: [
'http://localhost:5173',
'http://223.130.151.42:5173',
'http://juga.kro.kr:5173',
'http://juga.kro.kr:3000',
'http://223.130.151.42:3000',
],
methods: 'GET, HEAD, PUT, PATH, POST, DELETE',
Expand Down

0 comments on commit 8e690fa

Please sign in to comment.