diff --git a/frontend/src/components/Sidebar.tsx b/frontend/src/components/Sidebar.tsx index 783a230..c4f2d4e 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: '/api-docs', icon: Book, label: 'Swagger' }, + { to: 'http://git.ncms-i.ru:10805/api-docs', icon: Book, label: 'Swagger' }, ]; export default function Sidebar() {