Skip to content

Commit

Permalink
feat : 프로필페이지 라우팅 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hyesung99 committed Oct 26, 2023
1 parent 3460e11 commit 859ad8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const router = createBrowserRouter([
element: <MainPage />,
},
{
path: 'profile/:profileId',
path: 'profile',
element: <ProfilePage />,
},
{
Expand Down

0 comments on commit 859ad8b

Please sign in to comment.