From 0b4e9aef7dd01312ad76116af768c5bf96ddc272 Mon Sep 17 00:00:00 2001 From: Robert von Burg Date: Wed, 19 Feb 2020 08:19:58 +0100 Subject: [PATCH] [Fix] Fixed logger --- .../archetype-resources/src/main/webapp/app/CustomWeb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); })();