megahunt.test/resources/js/bootstrap.js

5 lines
127 B
JavaScript
Raw Permalink Normal View History

2024-08-29 03:40:17 +02:00
import axios from 'axios';
window.axios = axios;
window.axios.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest';