We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
현재 /src/utils.js에서
export const client = axios.create({ withCredentials: true, baseURL: process.env.REACT_APP_API_BASE_URL, headers: { 'Content-Type': process.env.REACT_APP_CONTENT_TYPE, }, });
위의 코드에 process.env.REACT_APP_API_BASE_URL가 그 역할인 것으로 알고있는데, 브라우저에서는 이것이 잘 적용되지 않는 것으로 보입니다.
process.env.REACT_APP_API_BASE_URL
The text was updated successfully, but these errors were encountered:
각 api 요청의 불필요한 path를 제거했으니 확인 부탁드립니다.
Sorry, something went wrong.
Whatdoyumin
2oooo914
No branches or pull requests
현재 /src/utils.js에서
위의 코드에
process.env.REACT_APP_API_BASE_URL
가 그 역할인 것으로 알고있는데, 브라우저에서는 이것이 잘 적용되지 않는 것으로 보입니다.The text was updated successfully, but these errors were encountered: