File size: 281 Bytes
d6b6619
 
2c8e1bd
 
 
 
d6b6619
 
 
1
2
3
4
5
6
7
8
9
10
// API Configuration
const API_CONFIG = {
  // Use the current origin in production and development
  // This ensures requests are always routed through the Express server
  // which will proxy them to the backend
  BASE_URL: window.location.origin,
};

export default API_CONFIG;