Files
starter/resources/js/bootstrap.js
T

5 lines
127 B
JavaScript
Raw Normal View History

2026-07-03 16:42:22 +03:00
import axios from 'axios';
window.axios = axios;
window.axios.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest';