Skip to content

Commit

Permalink
Merge pull request #42 from Bibumhada/feat/fetch-serverApi
Browse files Browse the repository at this point in the history
remove ContentLength
  • Loading branch information
bringvotrevin authored Sep 21, 2023
2 parents faececc + 34548c1 commit 544188e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/apis/base/postInstance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ export const postInstance = axios.create({
baseURL: BASE_URL,
headers: {
'Content-Type': 'application/json;charset=UTF-8',
'Content-Length': '60',
},
});

0 comments on commit 544188e

Please sign in to comment.