diff --git a/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/CustomWeb.js b/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/CustomWeb.js index 2d39dfd16..1b141774e 100644 --- a/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/CustomWeb.js +++ b/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/CustomWeb.js @@ -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); })();