T157 stateless json rest api works

This commit is contained in:
2021-02-06 12:28:38 +01:00
parent 1e86d90f77
commit f851dd5538
7 changed files with 97 additions and 121 deletions

View File

@@ -13,6 +13,7 @@ var jsonIndex = 0;
function getData(uuid){
$.getJSON('http://localhost:8097/mock/json', function(data) {
json = data;
console.log(JSON.stringify(json));
console.log("Json received");
fillMessageList();
console.log("List initiated");