Skip to content

Commit

Permalink
Update kakao.js
Browse files Browse the repository at this point in the history
  • Loading branch information
halfmoon-mind authored Mar 17, 2024
1 parent 4e5e9b2 commit 2de1f58
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/api/kakao.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ export const fetchKakaoShops = (query, category) => {
dotenv.config();

// const API_KEY = process.env.KAKAO_API_KEY;
const API_KEY = 'abf86987c958ad34e9313ed7e91008c5';

const url = `https://dapi.kakao.com/v2/local/search/keyword.json?query=${query}&size=3`;

Expand Down

0 comments on commit 2de1f58

Please sign in to comment.