axios.config.ts 93 Bytes
Newer Older
Yoon, Daeki's avatar
Yoon, Daeki committed
1
2
3
4
5
import axios from "axios";

const customAxios = axios.create();

export default customAxios;