change to nginx reverse proxy
This commit is contained in:
parent
e31345b503
commit
d926b6a692
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue