Skip to content

Commit

Permalink
๐Ÿ”ง fix :
Browse files Browse the repository at this point in the history
Cors ๋ฐฐํฌ ์„œ๋ฒ„ ์ฃผ์†Œ ์ถ”๊ฐ€
  • Loading branch information
jinddings committed Nov 18, 2024
1 parent 096aa70 commit 4d8e1b9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion BE/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,14 @@ async function bootstrap() {
app.enableCors({
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:5173',
'http://223.130.151.42:3000',
//๋ฐฐํฌ ์„œ๋ฒ„
'http://175.45.204.158:5173',
'http://175.45.204.158:3000',
'http://juga.kro.kr',
],
methods: 'GET, HEAD, PUT, PATH, POST, DELETE',
Expand Down

0 comments on commit 4d8e1b9

Please sign in to comment.