fix(frontend): remove /api suffix from VITE_API_BASE_URL (api.ts appends /api/v1 itself)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Vadym Samoilenko 2026-04-29 22:32:15 +01:00
parent 9413200681
commit 812a2bffce

View file

@ -6,7 +6,7 @@
# =============================================================================
# Backend API base URL (proxied through Apache)
VITE_API_BASE_URL=https://optical-dev.oliver.solutions/video-accessibility/api
VITE_API_BASE_URL=https://optical-dev.oliver.solutions/video-accessibility
# Application environment
VITE_APP_ENV=production