This repository has been archived on 2026-03-14. You can view files and clone it, but cannot push or open issues or pull requests.
php-api/resources/js/bootstrap.js

4 lines
126 B
JavaScript
Raw Normal View History

2026-01-26 20:47:46 +00:00
import axios from 'axios';
window.axios = axios;
window.axios.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest';