Adjusted Mock Services to new address

This commit is contained in:
2023-05-22 12:04:32 +02:00
parent e8b84ef1e8
commit 5887c92a2a
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ var json = {};
var jsonIndex = 0;
var lastId = 1;
var htable_row = 0;
var host = window.location.protocol + "//" + window.location.hostname + ":8097";
var host = window.location.protocol + "//" + window.location.hostname + "/mock";
var dataModified = false;
const addMessageName = 'addMessage';
const loadMessageName = 'changeMessage';