UNPKG

104 BJavaScriptView Raw
1const axios = require('axios');
2
3const axiosInstance = axios.create();
4
5module.exports = axiosInstance;