@ -664,7 +664,7 @@
}
const req = new XMLHttpRequest();
req.open("GET", "http://localhost:8000/api/", false);
req.open("GET", "http://mo.samuelzielke.de/api/", false);
req.send();
myDATA = JSON.parse(req.response);
Powered by TurnKey Linux.