mirror of
https://github.com/krateng/maloja.git
synced 2025-07-31 14:33:50 -04:00
Updated another old API url, GH-51
This commit is contained in:
parent
3cf0dd9767
commit
b84712ef22
@ -17,7 +17,7 @@
|
|||||||
console.log("Probing...");
|
console.log("Probing...");
|
||||||
pending = true;
|
pending = true;
|
||||||
var xhttp = new XMLHttpRequest();
|
var xhttp = new XMLHttpRequest();
|
||||||
xhttp.open("GET","/api/test", true);
|
xhttp.open("GET","/apis/mlj_1/test", true);
|
||||||
xhttp.onreadystatechange = goback;
|
xhttp.onreadystatechange = goback;
|
||||||
xhttp.send();
|
xhttp.send();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user