Compare commits

..

No commits in common. "acdf1af9b9cab8d1a359f4206f7b8897bdad150f" and "f3fdbc059256962ab065c3e3f0c86f242dbf71cd" 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 = {