Files
hedge-fund-ddd-poc/resources/js/bootstrap.js
2026-01-06 10:46:49 -05:00

5 lines
127 B
JavaScript

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