chore: remove axios from bootstrap.js
This commit is contained in:
8
resources/js/bootstrap.js
vendored
8
resources/js/bootstrap.js
vendored
@@ -1,7 +1 @@
|
|||||||
import axios from 'axios'
|
//
|
||||||
|
|
||||||
window.axios = axios
|
|
||||||
|
|
||||||
window.axios.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest'
|
|
||||||
window.axios.defaults.withCredentials = true
|
|
||||||
window.axios.defaults.withXSRFToken = true
|
|
||||||
|
|||||||
Reference in New Issue
Block a user