ppt-tool/frontend/components
Vadym Samoilenko bebe2ac390 Fix API routing: apiFetch helper prefixes basePath for all /api/v1/ calls
Without this, fetch('/api/v1/...') from the browser hits Apache root,
which routes /api/ to OliVAS (port 8000) instead of DeckForge (port 8001).
apiFetch prepends NEXT_PUBLIC_BASE_PATH so requests go through Next.js
rewrites to the correct backend.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-19 22:12:25 +00:00
..
shared Implement critical security fixes and modern design system (Pre-launch P0 tasks) 2026-02-27 18:28:24 +00:00
ui Add missing Badge component 2026-02-27 20:17:19 +00:00
Announcement.tsx Phase 1-2: Foundation + Admin Panel & Client Management 2026-02-26 15:37:17 +00:00
AnthropicConfig.tsx Fix API routing: apiFetch helper prefixes basePath for all /api/v1/ calls 2026-03-19 22:12:25 +00:00
AuthGuard.tsx Fix redirect loop and login redirect for /ppt-tool deployment 2026-03-19 21:57:45 +00:00
BackBtn.tsx Phase 1-2: Foundation + Admin Panel & Client Management 2026-02-26 15:37:17 +00:00
CustomConfig.tsx Phase 1-2: Foundation + Admin Panel & Client Management 2026-02-26 15:37:17 +00:00
GoogleConfig.tsx Fix API routing: apiFetch helper prefixes basePath for all /api/v1/ calls 2026-03-19 22:12:25 +00:00
Header.tsx Rebrand Presenton to Oliver DeckForge, pre-configure models, use NanoBanana Pro 2026-02-26 18:17:11 +00:00
Home.tsx Rebrand Presenton to Oliver DeckForge, pre-configure models, use NanoBanana Pro 2026-02-26 18:17:11 +00:00
LLMSelection.tsx Phase 1-2: Foundation + Admin Panel & Client Management 2026-02-26 15:37:17 +00:00
Logo.tsx Wire Oliver DeckForge UI: AuthGuard, routing, logo, remove Presenton branding 2026-02-26 18:34:55 +00:00
OllamaConfig.tsx Fix API routing: apiFetch helper prefixes basePath for all /api/v1/ calls 2026-03-19 22:12:25 +00:00
OpenAIConfig.tsx Fix API routing: apiFetch helper prefixes basePath for all /api/v1/ calls 2026-03-19 22:12:25 +00:00
ToolTip.tsx Phase 1-2: Foundation + Admin Panel & Client Management 2026-02-26 15:37:17 +00:00
Wrapper.tsx Phase 1-2: Foundation + Admin Panel & Client Management 2026-02-26 15:37:17 +00:00