File size: 127 Bytes
50cf058 |
1 2 3 4 5 |
import axios from 'axios';
window.axios = axios;
window.axios.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest';
|
50cf058 |
1 2 3 4 5 |
import axios from 'axios';
window.axios = axios;
window.axios.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest';
|