From 6e79fbfa040e8d9a11106dae42ca2847fbc26b3e Mon Sep 17 00:00:00 2001 From: Mohamad Date: Wed, 4 Jun 2025 17:55:33 +0200 Subject: [PATCH] Update API base URL to production environment --- fe/src/config/api-config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fe/src/config/api-config.ts b/fe/src/config/api-config.ts index 8b5b022..6556789 100644 --- a/fe/src/config/api-config.ts +++ b/fe/src/config/api-config.ts @@ -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 = {