ppt-tool/frontend/app/admin
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
..
analytics Fix API routing: apiFetch helper prefixes basePath for all /api/v1/ calls 2026-03-19 22:12:25 +00:00
audit Phase 7: Apply design system to all admin pages + fix test stubs 2026-03-01 19:01:52 +00:00
clients Fix API routing: apiFetch helper prefixes basePath for all /api/v1/ calls 2026-03-19 22:12:25 +00:00
components Phase 8: Data-driven slide architecture + template management overhaul 2026-03-01 20:05:25 +00:00
settings Fix API routing: apiFetch helper prefixes basePath for all /api/v1/ calls 2026-03-19 22:12:25 +00:00
storage Fix API routing: apiFetch helper prefixes basePath for all /api/v1/ calls 2026-03-19 22:12:25 +00:00
templates Fix API routing: apiFetch helper prefixes basePath for all /api/v1/ calls 2026-03-19 22:12:25 +00:00
users Fix API routing: apiFetch helper prefixes basePath for all /api/v1/ calls 2026-03-19 22:12:25 +00:00
layout.tsx Phase 1-2: Foundation + Admin Panel & Client Management 2026-02-26 15:37:17 +00:00
page.tsx Phase 1-2: Foundation + Admin Panel & Client Management 2026-02-26 15:37:17 +00:00