From 01bfe4d1ac7944e64f4f6fb989ceb00b84ff8be7 Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Wed, 1 Nov 2023 20:59:03 +0800 Subject: [PATCH] Update API key --- Food-Recipe/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Food-Recipe/index.js b/Food-Recipe/index.js index e0532cb..32c8954 100644 --- a/Food-Recipe/index.js +++ b/Food-Recipe/index.js @@ -1,6 +1,6 @@ // Constants and Global Variables -const API_KEY = "0b5f2a4987msh1c05fadf2f97fc1p130d44jsn94374ebd2b70"; +const API_KEY = "a4656306damsh4302c6129a88607p19321ejsnbb0d215f3796"; const RATE_LIMIT = 5; // Requests per second let responseCount = 0; const fetchQueue = [];