Skip to content

Commit

Permalink
remove(axios instance): 잘못된 헤더 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
seung365 authored and joojjang committed Nov 17, 2024
1 parent ed30ff7 commit 6578d26
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/apis/instance/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ const initInstance = (config: AxiosRequestConfig): AxiosInstance => {
...config,
headers: {
'Content-Type': 'application/json',
'Cross-Control-Allow-Origin': '*',
},
});

Expand Down

0 comments on commit 6578d26

Please sign in to comment.