Spaces:
Running
on
Zero
Running
on
Zero
File size: 120 Bytes
a746d34 |
1 2 3 4 5 6 7 |
import axios from "axios";
const api = axios.create({
baseURL: "http://localhost:5000/api"
});
export default api; |