Files
Galeria/resources/js/bootstrap.ts
2025-03-26 00:53:54 -03:00

5 lines
127 B
TypeScript

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