changed the wrong code

This commit is contained in:
Camille Frantz 2023-04-09 18:17:51 -05:00
parent 8171ba461e
commit 1beaa5b9b7
Signed by: fyrfli
SSH Key Fingerprint: SHA256:cyNGncrLxKXAgYC96dYNROnQKikLInzrpiMraZdqyhY
1 changed files with 1 additions and 1 deletions

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();
})