Spaces:
Sleeping
Sleeping
File size: 178 Bytes
420b22a |
1 2 3 4 5 6 7 8 9 |
import axios from 'axios';
import config from './config';
const client = axios.create({
baseURL: config.API_BASE_URL,
withCredentials: true,
});
export default client |