modified: backend/src/server.ts

modified:   frontend/src/App.tsx
	modified:   frontend/src/components/Sidebar.tsx
	modified:   frontend/src/services/api.ts
This commit is contained in:
2026-01-27 23:27:35 +03:00
parent dae878089d
commit 45f039546b
4 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ import { cn } from '@/utils/cn';
const navItems = [
{ to: '/', icon: Home, label: 'Главная' },
{ to: '/sql', icon: Database, label: 'SQL интерфейс' },
{ to: '/workbench', icon: Database, label: 'SQL интерфейс' },
{ to: '/endpoints', icon: FileCode, label: 'Эндпоинты' },
{ to: '/folders', icon: Folder, label: 'Папки' },
{ to: '/api-keys', icon: Key, label: 'API Ключи' },