Skip to content

Commit c8e9124

Browse files
authored
Updated the Image Generator
Catboys API image generator is not working so I replaced it with a similar image generator
1 parent 9178903 commit c8e9124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/amine-pics-generator/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ btnEl.addEventListener("click", async function () {
99
btnEl.innerText = "Loading...";
1010
amineNameEl.innerText = "Updating...";
1111
animeImgEl.src = "spinner.svg";
12-
const response = await fetch("https://api.catboys.com/img");
12+
const response = await fetch("https://nekos.life/api/v2/img/neko");
1313
const data = await response.json();
1414
btnEl.disabled = false;
1515
btnEl.innerText = "Get Anime";

0 commit comments

Comments
 (0)