Update js/app.js
This commit is contained in:
parent
1877655b3b
commit
04f8123382
1 changed files with 2 additions and 2 deletions
|
@ -28,9 +28,9 @@ async function genTree(treeId) {
|
||||||
}
|
}
|
||||||
|
|
||||||
async function main() {
|
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 lid = latestData[0].id;
|
||||||
let i = 0;
|
let i = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue