Compare commits

..

No commits in common. "c62c0d0157e8a94b2e9fa7c9c35d973d7da8e51a" and "855dd852c5801b4b81340649e023a923ff3826e3" have entirely different histories.

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.mohamad.dev' export const API_BASE_URL = (window as any).ENV?.VITE_API_URL || 'http://mitlistbe:8000'
// API Endpoints // API Endpoints
export const API_ENDPOINTS = { export const API_ENDPOINTS = {