Skip to content

Commit

Permalink
Created a new API key
Browse files Browse the repository at this point in the history
  • Loading branch information
AtharvaShinde253 committed Dec 24, 2023
1 parent a314e30 commit d90ffb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const btnEl = document.getElementById("btn");
const jokeEl = document.getElementById("joke");

const apiKey = "4kqGcJx8uDXo3XIskcbzokAz7rN8nWJs3PL9Mcll";
const apiKey = "pQ+QJFPyfTe+9idJQMjOgw==BqHvuhfDRSlOsbsu";

const options = {
method: "GET",
Expand Down

0 comments on commit d90ffb1

Please sign in to comment.