modified: frontend/src/components/Sidebar.tsx

This commit is contained in:
GEgorov
2025-10-12 19:15:01 +03:00
parent 09dfc25c03
commit 867e108f1e

View File

@@ -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() {