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