import axios from "axios"; const instance = axios.create({ baseURL: "http://localhost:5000", // cloud function }); export default instance;