Skip to content

Commit 0d04b63

Browse files
authored
Merge pull request #353 from boostcampwm-2024/feat/vite-port-cors
📦 chore: vite 개발용 포트 cors 허용
2 parents 7be355b + 0c0af57 commit 0d04b63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ async function bootstrap() {
2222
app.enableCors({
2323
origin: [
2424
'http://localhost:5173',
25+
'http://localhost:4173',
2526
'https://www.denamu.site',
2627
'https://denamu.site',
2728
],

0 commit comments

Comments
 (0)