From 6430d6297541494ccc91a33ceb9ab859f36e1ee1 Mon Sep 17 00:00:00 2001 From: onezDerv Date: Sun, 15 Sep 2024 02:07:38 -0400 Subject: [PATCH] doesn't work lol --- js/app.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/js/app.js b/js/app.js index 30a93ab..ed0e5cc 100644 --- a/js/app.js +++ b/js/app.js @@ -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());