Skip to content

Commit

Permalink
fix: shelter path 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
LimSumi authored Oct 22, 2023
1 parent f70badb commit 6429d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function App() {
<Route path="/" element={<Home />} />
<Route path="/pet/:id" element={<DetailPetPage />} />
<Route path="/profile" element={<ProfileListPage />} />
<Route path="/shelter/:id" element={<ShelterInfoPage />} />
<Route path="/shelter/:id/:page" element={<ShelterInfoPage />} />
<Route path="/profile/urgent/:page" element={<UrgentListPage />} />
<Route path="/profile/new/:page" element={<NewListPage />} />
<Route path="/register" element={<RegisterPage />} />
Expand Down

0 comments on commit 6429d7e

Please sign in to comment.