1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00

Updated another old API url, GH-51

This commit is contained in:
Krateng 2020-11-11 19:05:10 +01:00
parent 3cf0dd9767
commit b84712ef22

View File

@ -17,7 +17,7 @@
console.log("Probing...");
pending = true;
var xhttp = new XMLHttpRequest();
xhttp.open("GET","/api/test", true);
xhttp.open("GET","/apis/mlj_1/test", true);
xhttp.onreadystatechange = goback;
xhttp.send();