Updated links to hosts.
This commit is contained in:
parent
8ce67227f3
commit
2b66a3ffb3
@ -33,8 +33,8 @@ const articles_meta = {
|
||||
};
|
||||
|
||||
async function getProcesses() {
|
||||
let reimu = await fetch("http://reimu.home:14882/processes").then(r => r.json());
|
||||
let sakuya = await fetch("http://sakuya.home:14882/processes").then(r => r.json());
|
||||
let reimu = await fetch("http://reimu.arav.home:14882/processes").then(r => r.json());
|
||||
let sakuya = await fetch("http://sakuya.arav.home:14882/processes").then(r => r.json());
|
||||
return Object.fromEntries(Object.entries(reimu).concat(Object.entries(sakuya)));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user