Skip to content

Commit

Permalink
fix: 헤더 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
miro-ring committed Feb 14, 2024
1 parent 77114da commit 269d983
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/http.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const instance = axios.create({
baseURL: process.env.NEXT_PUBLIC_SERVER_URL,
headers: {
'content-type': 'application/json',
'Access-Control-Allow-Origin': '*',
},
});

Expand Down

0 comments on commit 269d983

Please sign in to comment.