Merge pull request 'Fix API base URL in api-config.ts to correct domain' (#62) from ph5 into prod

Reviewed-on: #62
This commit is contained in:
mo 2025-06-08 10:23:12 +02:00
commit 471c7b069d

View File

@ -2,7 +2,7 @@
export const API_VERSION = 'v1' export const API_VERSION = 'v1'
// API Base URL // API Base URL
export const API_BASE_URL = (window as any).ENV?.VITE_API_URL || 'https://mitlistbe.mohmad.dev' export const API_BASE_URL = (window as any).ENV?.VITE_API_URL || 'https://mitlistbe.mohamad.dev'
// API Endpoints // API Endpoints
export const API_ENDPOINTS = { export const API_ENDPOINTS = {