관리자부분 추가
This commit is contained in:
parent
02130284e6
commit
a60988f73e
@ -70,9 +70,6 @@ function App() {
|
|||||||
<Route path="boards" element={<AdminBoards />} />
|
<Route path="boards" element={<AdminBoards />} />
|
||||||
<Route path="users" element={<AdminUsers />} />
|
<Route path="users" element={<AdminUsers />} />
|
||||||
</Route>
|
</Route>
|
||||||
|
|
||||||
{/* 404 처리(선택) */}
|
|
||||||
<Route path="*" element={<Navigate to="/" replace />} />
|
|
||||||
</Routes>
|
</Routes>
|
||||||
</Layout>
|
</Layout>
|
||||||
</Router>
|
</Router>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user