Skip to content

Commit

Permalink
Fix: key값을 추가하다
Browse files Browse the repository at this point in the history
  • Loading branch information
kikiyeom committed Mar 8, 2024
1 parent 418c294 commit 57179a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const ScheduleTemplate = () => {
method: 'GET',
headers: {
'Content-Type': 'application/json',
Authorization: `KakaoAK ${process.env.REACT_APP_KAKAO_KEY}`,
Authorization: 'KakaoAK 10bb73bad5176599e7ef0ca4026000fd',
},
});
const json = await res.json();
Expand Down

0 comments on commit 57179a1

Please sign in to comment.