Merge pull request 'Update API base URL to production environment in api-config.ts' (#59) from ph4 into prod

Reviewed-on: #59
This commit is contained in:
mo 2025-06-07 22:14:52 +02:00
commit 3d2bc3846a

View File

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