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.
2 parents 9ee8a1f + ca78551 commit ed2687aCopy full SHA for ed2687a
1 file changed
src/main/resources/application-prod.yml
@@ -50,7 +50,7 @@ app:
50
# 예: https://vs.io.kr,https://admin.vs.io.kr
51
# 로컬 프론트 개발 편의를 위해 기본값에 localhost:3000을 임시 포함합니다.
52
# 백엔드 서버간 직접 호출에는 브라우저 CORS 검사가 적용되지 않습니다.
53
- allowed-origins: ${APP_CORS_ALLOWED_ORIGINS:https://vs.io.kr,http://localhost:3000,http://127.0.0.1:3000}
+ allowed-origins: ${APP_CORS_ALLOWED_ORIGINS:https://vs.io.kr,http://localhost:3000,http://127.0.0.1:3000,https://vs-4th-client-k5rd.vercel.app}
54
allowed-methods: ${APP_CORS_ALLOWED_METHODS:GET,POST,PUT,PATCH,DELETE,OPTIONS}
55
allowed-headers: ${APP_CORS_ALLOWED_HEADERS:Authorization,Content-Type,X-Requested-With,Accept,Origin}
56
allow-credentials: ${APP_CORS_ALLOW_CREDENTIALS:true}
0 commit comments