Skip to content

Commit

Permalink
Fix: 카카오 로그인 api 호출 주소 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
ppochaco authored Nov 7, 2024
1 parent cd01c65 commit 323f51a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/LoginPage/KakaoLoginButton/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import KakaoSymbol from '@/assets/kakao-logo-symbol.svg'

export const KakaoLoginButton = () => {
return (
<Link to={`${import.meta.env.VITE_LOGIN_URL}/api/user/login`}>
<Link to={'/api/user/login'}>
<Flex
background="kakao"
rounded="6px"
Expand Down

0 comments on commit 323f51a

Please sign in to comment.