diff --git a/src/index.js b/src/index.js index 5f24a2e..4699dcc 100644 --- a/src/index.js +++ b/src/index.js @@ -877,7 +877,7 @@ usernameSpan.addEventListener('click', () => { // Load all vms (async () => { var p = []; -const {nodes} = await fetch('/better-vm/nodelist/nodelist.json').then(x=>x.json()); +const {nodes} = await fetch('/better-vm-nodelist/nodelist.json').then(x=>x.json()); [...config.serverAddresses,...nodes].forEach(v => p.push(multicollab(v))); await Promise.all(p); var vm = vms.find(v => v.id === window.location.hash.substring(1));