From 56b84ecf15a7a06ea4e76ea1133777b78c31b2d1 Mon Sep 17 00:00:00 2001 From: GEgorov Date: Sun, 12 Oct 2025 19:17:22 +0300 Subject: [PATCH] modified: frontend/src/App.tsx modified: frontend/src/components/Sidebar.tsx --- frontend/src/App.tsx | 3 +++ frontend/src/components/Sidebar.tsx | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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() {