docker-laravel-stack/laragigs/resources/js/bootstrap.js
2025-10-31 11:29:14 -04:00

5 lines
127 B
JavaScript
Executable file

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