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