Merged
Conversation
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
작업 내용
로컬 개발 환경에서 API 호출 시 CORS 에러가 발생하거나, 일부 API가 프록시 서버를 타지 않고 백엔드 도메인(api.realmatch.co.kr)으로 직접 요청되는 문제를 해결하기 위한 설정 변경 작업입니다.
변경 사항
현재 프론트엔드 .env 파일의 VITE_API_BASE_URL이 백엔드 실제 주소(https://api.realmatch.co.kr/)로 설정되어 있어, Axios가 Vite의 프록시 설정을 무시하고 직접 요청을 보내고 있습니다.
스크린샷 (선택사항)