client.js 154 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 import axios from 'axios'; const client = axios.create(); client.defaults.baseURL = ''; client.defaults.withCredentials = true; export default client;