modified: frontend/src/App.tsx

modified:   frontend/src/components/Sidebar.tsx
This commit is contained in:
GEgorov
2025-10-12 19:17:22 +03:00
parent 867e108f1e
commit 56b84ecf15
2 changed files with 4 additions and 1 deletions

View File

@@ -125,6 +125,9 @@ function App() {
</PrivateRoute>
}
/>
<Route
path="/api-docs"
/>
<Route path="*" element={<Navigate to="/" />} />
</Routes>
</BrowserRouter>