Merge pull request #3 from nightbug-xx/codex/수정된-내-숙제-메뉴-항목-링크-확인
Fix My Homework link
This commit is contained in:
commit
2667faae28
@ -39,7 +39,7 @@ function App() {
|
|||||||
<Route path="/characters" element={<CharacterList />} />
|
<Route path="/characters" element={<CharacterList />} />
|
||||||
<Route path="/homeworks" element={<HomeworkList />} />
|
<Route path="/homeworks" element={<HomeworkList />} />
|
||||||
<Route path="/homeworks/register" element={<RegisterHomework />} />
|
<Route path="/homeworks/register" element={<RegisterHomework />} />
|
||||||
<Route path="/characters/:characterId/homeworks" element={<CharacterHomeworkSelect />} />
|
<Route path="/characters/me/homeworks" element={<CharacterHomeworkSelect />} />
|
||||||
<Route path="/dashboard" element={<Dashboard />} />
|
<Route path="/dashboard" element={<Dashboard />} />
|
||||||
<Route path="/me" element={<MePage />} />
|
<Route path="/me" element={<MePage />} />
|
||||||
<Route path="/characters/:id/edit" element={<CharacterEditPage />} />
|
<Route path="/characters/:id/edit" element={<CharacterEditPage />} />
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user