From dd29f27a5b43b0d32000c6e3780c54e1d96c9977 Mon Sep 17 00:00:00 2001 From: mohamad Date: Sun, 1 Jun 2025 15:15:56 +0200 Subject: [PATCH] fix: Update API base URL for development 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 445faba..64db3d4 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 = import.meta.env.VITE_API_URL || 'http://localhost:8000' +export const API_BASE_URL = import.meta.env.VITE_API_URL || 'http://mitlistbe:8000' // API Endpoints export const API_ENDPOINTS = {