Skip to content

Commit

Permalink
Merge pull request #92 from kakao-tech-campus-2nd-step3/hotfix/ngrok
Browse files Browse the repository at this point in the history
ngrok skip cors config header 추가
  • Loading branch information
KimKyuHoi authored Nov 19, 2024
2 parents c239c0d + a2c2bb9 commit 714386c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/apis/instance/InstanceFast.api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export const createFastInstance = (
headers: {
Accept: 'application/json',
'Content-Type': 'application/json',
'ngrok-skip-browser-warning': '69420',
...config.headers,
},
});
Expand Down

0 comments on commit 714386c

Please sign in to comment.