Initial commit
This commit is contained in:
commit
43a4c7dd29
71 changed files with 14226 additions and 0 deletions
4
resources/js/bootstrap.ts
Normal file
4
resources/js/bootstrap.ts
Normal file
|
@ -0,0 +1,4 @@
|
|||
import axios from 'axios';
|
||||
window.axios = axios;
|
||||
|
||||
window.axios.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest';
|
Loading…
Add table
Add a link
Reference in a new issue