Compare commits

..

No commits in common. "708a6280d6b2185be36d64bd64f6a7c8318b4aa3" and "20e1c2ac69b6467409861f86e5a220bc387960b8" have entirely different histories.

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