From 812a2bffce79a3ca59b84b7f7e75c7bc290cf1d1 Mon Sep 17 00:00:00 2001 From: Vadym Samoilenko Date: Wed, 29 Apr 2026 22:32:15 +0100 Subject: [PATCH] fix(frontend): remove /api suffix from VITE_API_BASE_URL (api.ts appends /api/v1 itself) Co-Authored-By: Claude Sonnet 4.6 --- frontend/.env.production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/.env.production b/frontend/.env.production index 31513d9..1dbdce5 100644 --- a/frontend/.env.production +++ b/frontend/.env.production @@ -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