Skip to content

Commit 769769a

Browse files
committed
1 parent f52c5af commit 769769a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/api/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ app.use(
1111
// 또는 개발 편의를 위해 일단 모든 출처를 허용할 수도 있습니다.
1212
origin: [
1313
'http://localhost:5173', // 로컬 개발용
14-
'https://cherrycoder9-github-io-frontend-mqffzxe15.vercel.app/' // Vercel 배포용
14+
'https://cherrycoder9-github-io-frontend.vercel.app/' // Vercel 배포용
1515
],
1616
allowMethods: ['GET', 'POST', 'OPTIONS'], // 허용할 HTTP 메소드
1717
allowHeaders: ['Content-Type', 'Authorization'], // 허용할 요청 헤더

0 commit comments

Comments
 (0)