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