Skip to content

Commit

Permalink
Update apiClient.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Precious-Macaulay authored Oct 26, 2024
1 parent ee4b32d commit 67be7b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/apiClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const apiClient2: AxiosInstance = axios.create({
headers: {
'Content-Type': 'multipart/form-data',
Accept: 'application/json',
"X-CRSF-Token": document.querySelector('meta[name="csrf-token"]')?.getAttribute('content'),
"X-CSRF-Token": document.querySelector('meta[name="csrf-token"]')?.getAttribute('content'),
},
});

Expand Down

0 comments on commit 67be7b9

Please sign in to comment.