Skip to content

Commit

Permalink
added missing header
Browse files Browse the repository at this point in the history
  • Loading branch information
Precious-Macaulay committed Oct 21, 2024
1 parent e44408d commit 60ad022
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/apiClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import axios, { AxiosInstance, AxiosResponse, AxiosError } from 'axios';
const apiClient: AxiosInstance = axios.create({
headers: {
'Content-Type': 'application/json',
Accept: 'application/json',
},
});

Expand Down

0 comments on commit 60ad022

Please sign in to comment.