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