4fbd330
5fc5f30
1 2 3
4
5 6 7 8
import axios from "axios"; export default axios.create({ baseURL: "http://localhost:9090/v1", headers: { "Content-Type": "application/json", }, });