sdvs
This commit is contained in:
parent
cf2872dfde
commit
1877655b3b
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ async function genTree(treeId) {
|
|||
}
|
||||
|
||||
async function main() {
|
||||
fetchData = await fetch(`https://scratch.mit.edu/projects/1072175696/remixtree/bare/`).then(x => x.json());
|
||||
fetchData = await fetch(`https://hf.zenoverse.net/tree/`).then(x => x.json());
|
||||
|
||||
let latestData = await fetch(`https://hf.zenoverse.net/api/`).then(x => x.json());
|
||||
|
||||
|
|
Loading…
Reference in a new issue