dealhub/resources/js/bootstrap.js
kusowl 208fb5aa95 feat(landing page): add navbar, hero section and why choose dealhub
- bulk commit due to repo issue
- why choose dealhub (wip)
2026-01-07 18:49:44 +05:30

5 lines
127 B
JavaScript

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