From d926b6a6920a8fdc3f93d10fd0896317f024af2b Mon Sep 17 00:00:00 2001 From: onezplpl Date: Fri, 2 Aug 2024 04:35:04 -0400 Subject: [PATCH] change to nginx reverse proxy --- js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/app.js b/js/app.js index 354362e..b8a547a 100644 --- a/js/app.js +++ b/js/app.js @@ -27,7 +27,7 @@ async function genTree(treeId) { let doThings = false; async function main() { - let latestData = await fetch("https://trampoline.turbowarp.org/proxy/studios/34493018/projects").then(x => x.json()); + let latestData = await fetch("https://hf.zenoverse.net/api/").then(x => x.json()); await genTree(latestData[0].id); // latest project await genTree("654605857"); // tree bug here, unavoidable without jank doThings = true;