From 1877655b3b50fbbef0c0179650cf05cdedb96a21 Mon Sep 17 00:00:00 2001 From: onezDerv Date: Tue, 24 Sep 2024 18:54:58 -0400 Subject: [PATCH] sdvs --- js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/app.js b/js/app.js index ed6ba46..df0229d 100644 --- a/js/app.js +++ b/js/app.js @@ -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());