Skip to content

Commit

Permalink
Merge pull request #38 from andriesreitsma/patch-1
Browse files Browse the repository at this point in the history
Update axios.js
  • Loading branch information
taylorotwell authored Nov 20, 2023
2 parents 456ed71 + cd92a32 commit 81ce4ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/axios.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const axios = Axios.create({
'X-Requested-With': 'XMLHttpRequest',
},
withCredentials: true,
withXSRFToken: true
})

export default axios

0 comments on commit 81ce4ca

Please sign in to comment.