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