Skip to content

Commit

Permalink
Fix: 환경변수명을 변경하다
Browse files Browse the repository at this point in the history
  • Loading branch information
kikiyeom committed Mar 8, 2024
1 parent 4b6554e commit 98ca22e
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.KAKAO_KEY}`,
Authorization: `KakaoAK ${process.env.REACT_APP_KAKAO_KEY}`,
},
});
const json = await res.json();
Expand Down

0 comments on commit 98ca22e

Please sign in to comment.