We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f52c5af commit 769769aCopy full SHA for 769769a
backend/api/index.ts
@@ -11,7 +11,7 @@ app.use(
11
// 또는 개발 편의를 위해 일단 모든 출처를 허용할 수도 있습니다.
12
origin: [
13
'http://localhost:5173', // 로컬 개발용
14
- 'https://cherrycoder9-github-io-frontend-mqffzxe15.vercel.app/' // Vercel 배포용
+ 'https://cherrycoder9-github-io-frontend.vercel.app/' // Vercel 배포용
15
],
16
allowMethods: ['GET', 'POST', 'OPTIONS'], // 허용할 HTTP 메소드
17
allowHeaders: ['Content-Type', 'Authorization'], // 허용할 요청 헤더
0 commit comments