Merge pull request #3 from nightbug-xx/codex/수정된-내-숙제-메뉴-항목-링크-확인

Fix My Homework link
This commit is contained in:
nightbug-xx 2025-06-09 18:43:08 +09:00 committed by GitHub
commit 2667faae28
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,7 +39,7 @@ function App() {
<Route path="/characters" element={<CharacterList />} />
<Route path="/homeworks" element={<HomeworkList />} />
<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="/me" element={<MePage />} />
<Route path="/characters/:id/edit" element={<CharacterEditPage />} />