import axios from "axios"; export default axios.create({ baseURL: "https://api.b68.dev", // baseURL: "http://localhost:9000", });