Skip to content

Commit

Permalink
fix: login baseURL 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Youn-Rha committed Nov 15, 2024
1 parent 61fc695 commit a486811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apis/auth/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const kakaoLoginCallback_kkia = async (code: string): Promise<{ accessTok
const response = await axiosInstance.get<{ accessToken: string; refreshToken: string }>(
"/api/auth/oauth/kakao/callback",
{
baseURL: "https://kkia.backapi.site", // 이 요청에서만 baseURL 설정
baseURL: "https://dandani.site", // 이 요청에서만 baseURL 설정
params: { code },
},
);
Expand Down

0 comments on commit a486811

Please sign in to comment.