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:
parent
9413200681
commit
812a2bffce
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue