Update js/app.js

This commit is contained in:
biglyderv 2025-04-30 02:41:18 -04:00
parent 1877655b3b
commit 04f8123382

View file

@ -28,9 +28,9 @@ async function genTree(treeId) {
}
async function main() {
fetchData = await fetch(`https://hf.zenoverse.net/tree/`).then(x => x.json());
fetchData = await fetch(`https://hf.dervland.net/tree/`).then(x => x.json());
let latestData = await fetch(`https://hf.zenoverse.net/api/`).then(x => x.json());
let latestData = await fetch(`https://hf.dervland.net/api/`).then(x => x.json());
let lid = latestData[0].id;
let i = 0;