ph5 #65

Merged
mo merged 2 commits from ph5 into prod 2025-06-09 15:27:00 +02:00
Showing only changes of commit bbe3b3a493 - Show all commits

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 || '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 = {