export const apiURL = process.env.API_URL || "http://localhost:8000/v1/"; export default { apiURL, };