changed the wrong code

This commit is contained in:
2023-04-09 18:17:51 -05:00
parent 8171ba461e
commit 1beaa5b9b7

View File

@ -10,7 +10,7 @@ let intervalID;
let iteratorID = 0;
let currQuote;
fetch("assets/FavouriteQuotes.json")
fetch("https://cdn.fyrfli.link/FavouriteQuotes.json")
.then((response) => {
return response.json();
})