[Fix] Fixed logger

This commit is contained in:
Robert von Burg 2020-02-19 08:19:58 +01:00
parent e37aaa412f
commit 0b4e9aef7d
1 changed files with 1 additions and 1 deletions

View File

@ -8,5 +8,5 @@ CustomWeb = {
CustomWeb.baseRestPath = basePath + '/rest';
console.log('Base REST Path is ' + CustomWeb.baseRestPath);
CustomWeb.baseWsPath = basePath + '/websocket';
console.log('Base WebSocket Path is ' + CustomWeb.baseRestPath);
console.log('Base WebSocket Path is ' + CustomWeb.baseWsPath);
})();