diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx
index be7dab1..ef67a90 100644
--- a/frontend/src/App.tsx
+++ b/frontend/src/App.tsx
@@ -125,6 +125,9 @@ function App() {
}
/>
+
} />
diff --git a/frontend/src/components/Sidebar.tsx b/frontend/src/components/Sidebar.tsx
index c4f2d4e..783a230 100644
--- a/frontend/src/components/Sidebar.tsx
+++ b/frontend/src/components/Sidebar.tsx
@@ -9,7 +9,7 @@ const navItems = [
{ to: '/api-keys', icon: Key, label: 'API Ключи' },
{ to: '/logs', icon: FileText, label: 'Логи' },
{ to: '/settings', icon: Settings, label: 'Настройки' },
- { to: 'http://git.ncms-i.ru:10805/api-docs', icon: Book, label: 'Swagger' },
+ { to: '/api-docs', icon: Book, label: 'Swagger' },
];
export default function Sidebar() {