SOA/public/resources/js/bootstrap.js
Alexis Bruneteau 254479d475 readme updated
2025-06-29 19:41:42 +02:00

5 lines
127 B
JavaScript

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