Skip to content

Commit

Permalink
Update API key
Browse files Browse the repository at this point in the history
  • Loading branch information
helenclx committed Nov 1, 2023
1 parent 90d2517 commit 01bfe4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Food-Recipe/index.js
Original file line number Diff line number Diff line change
@@ -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 = [];
Expand Down

0 comments on commit 01bfe4d

Please sign in to comment.