http.js 149 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 import axios from 'axios' const http = axios.create({ baseURL: 'http://localhost:3000/', withCredentials: true, }) export default http