import axios from 'axios' const defaultAxios = axios.create({ baseURL: '/invest', }); export default defaultAxios;