nodehub/resources/js/bootstrap.js
hellcat 3b89c0e7b1 1
2026-02-21 19:39:53 +08:00

5 lines
127 B
JavaScript

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