Skip to content

Commit

Permalink
chore: #1 modify backend url name
Browse files Browse the repository at this point in the history
  • Loading branch information
sean2337 committed Jul 3, 2024
1 parent 7c62d45 commit 5fe51e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/login/KakaoLoginRedirection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const KaKaoRedirection = () => {
useEffect(() => {
// // FIXME: 백엔드 API에 따라 주소 수정 필요
axios
.post(`${import.meta.env.REACT_APP_URL}kakaoLogin${code}`)
.post(`${import.meta.env.VITE_API_URL}kakaoLogin${code}`)
.then((r) => {
console.log(r.data);
// FIXME: 받은걸 어디에 저장할지 논의 필요 (로그인 저장 방식에 따라 달리짐)
Expand Down

0 comments on commit 5fe51e7

Please sign in to comment.