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