import axios from "axios" const api = axios.create({ baseURL: import.meta.env.VITE_EOLAS_API_ENDPOINT, timeout: 10000, }) export default api