Skip to content

Commit

Permalink
๐Ÿ”ง fix : CORS ์„œ๋ฒ„ ์ฃผ์†Œ ์ถ”๊ฐ€
Browse files Browse the repository at this point in the history
  • Loading branch information
uuuo3o authored Nov 21, 2024
1 parent 71968fb commit 02d3f82
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions BE/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ async function bootstrap() {
'http://175.45.204.158',
'http://175.45.204.158:3000',
'http://juga.kro.kr',
// https
'https://175.45.204.158',
'https://175.45.204.158:5173',
'https://175.45.204.158:3000',
'https://juga.kro.kr',
'https://juga.kro.kr:3000',
'https://juga.kro.kr:5173',
],
methods: 'GET, HEAD, PUT, PATCH, POST, DELETE, OPTIONS',
preflightContinue: false,
Expand Down

0 comments on commit 02d3f82

Please sign in to comment.