File size: 108 Bytes
a985b94
 
 
1
2
3
4
const API_BASE_URL = import.meta.env.VITE_API_URL || 'http://localhost:8000';

export default API_BASE_URL;