doesn't work lol

This commit is contained in:
biglyderv 2024-09-15 02:07:38 -04:00
parent 269a5b516b
commit 6430d62975
No known key found for this signature in database
GPG key ID: 33AC87E9ACE66954

View file

@ -28,8 +28,7 @@ async function genTree(treeId) {
}
async function main() {
// fetchData = await fetch(`https://scratch.mit.edu/projects/${treeID}/remixtree/bare/`).then(x => x.json());
fetchData = await fetch(`https://hf.zenoverse.net/tree/${treeID}`).then(x => x.json());
fetchData = await fetch(`https://scratch.mit.edu/projects/328479256/remixtree/bare/`).then(x => x.json());
let latestData = await fetch(`https://hf.zenoverse.net/api/`).then(x => x.json());