8085a4d
1
2
3
4
5
6
7
8
9
import axios from 'axios' const api = axios.create({ baseURL: '', withCredentials: true, }) export default api