Skip to content

Commit

Permalink
⚰️ 카카오 로그인 페이지 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
GeonWoo-LPS committed Jan 15, 2025
1 parent c69e297 commit aee2efb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/router.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Write from './pages/write/write';
import UserInfo from './pages/myPage/modifyInfo';
import SplashTransition from './pages/splash/splashTransition';
import SearchPage from './pages/search/searchPage';
import KakaoRedirectHandler from './pages/login/kakaoRedirect';
import KakaoRedirect from './pages/login/kakaoRedirect';

export const router = createBrowserRouter(
[
Expand All @@ -31,7 +31,7 @@ export const router = createBrowserRouter(
},
{
path: '/users/login/kakao',
element: <KakaoRedirectHandler />,
element: <KakaoRedirect />,
},
{
path: 'main',
Expand Down

0 comments on commit aee2efb

Please sign in to comment.