vbytes_lan/resources/js/bootstrap.js
Anna-Sara Sélea 5c1d585213 Laravel setup
2025-09-26 18:25:02 +02:00

4 lines
127 B
JavaScript

import axios from 'axios';
window.axios = axios;
window.axios.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest';