We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8b732f commit 826d466Copy full SHA for 826d466
1 file changed
src/utils/api.ts
@@ -233,7 +233,7 @@ export const authAPI = {
233
234
// 소셜 로그인
235
socialLogin: async (provider: 'kakao' | 'github' | 'naver') => {
236
- const apiUrl = "https://cs25.co.kr" || "http://localhost:8080";
+ const apiUrl = "https://cs25.co.kr/api" || "http://localhost:8080";
237
window.location.href = `${apiUrl}/oauth2/authorization/${provider}`;
238
}
239
};
0 commit comments