Skip to content

Commit

Permalink
Update backend.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tposejank authored Sep 6, 2024
1 parent 8784996 commit 231edd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/backend.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ function getApiRequestData(url) {

function itemFetch(small = true) {
return {
url: `https://raw.githubusercontent.com/FNLookup/data/main/fnapiio/items_${small ? 'smaller' : 'all'}_${getLang()}.json`,
url: `https://raw.githubusercontent.com/FNLookup/items/main/fnapiio/items_${small ? 'smaller' : 'all'}_${getLang()}.json`,
data: {}
};
}
}

0 comments on commit 231edd6

Please sign in to comment.