API.js 122 Bytes Raw Blame History Permalink 1 2 3 4 5 6 import axios from "axios"; export default axios.create({ baseURL: "http://localhost:3000", responseType: "json", });