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:
parent
3cf0dd9767
commit
b84712ef22
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user