We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9178903 commit c8e9124Copy full SHA for c8e9124
projects/amine-pics-generator/index.js
@@ -9,7 +9,7 @@ btnEl.addEventListener("click", async function () {
9
btnEl.innerText = "Loading...";
10
amineNameEl.innerText = "Updating...";
11
animeImgEl.src = "spinner.svg";
12
- const response = await fetch("https://api.catboys.com/img");
+ const response = await fetch("https://nekos.life/api/v2/img/neko");
13
const data = await response.json();
14
btnEl.disabled = false;
15
btnEl.innerText = "Get Anime";
0 commit comments