kenken999's picture
update
b97a3a5
raw
history blame
120 Bytes
import axios from "axios";
const api = axios.create({
baseURL: "http://localhost:5000/api"
});
export default api;