summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrueDoctor <d-kobert@web.de>2019-05-05 19:47:23 +0200
committerGitHub <noreply@github.com>2019-05-05 19:47:23 +0200
commit0ea098c8f826861e612ebc6aea0431ad43a1520e (patch)
tree469c4e51e08ac7042ed11fb54c112cdb1da5f4b9
parentab39c49dcba24149f405d9546d0131b155c2f219 (diff)
play around with https
-rw-r--r--WebInterface/NodeJSServer/src/js/play.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebInterface/NodeJSServer/src/js/play.js b/WebInterface/NodeJSServer/src/js/play.js
index 22dcfde..daeffb5 100644
--- a/WebInterface/NodeJSServer/src/js/play.js
+++ b/WebInterface/NodeJSServer/src/js/play.js
@@ -2,7 +2,7 @@ import Interface from './modules/interface';
import UIManager from './modules/ui/uiManager';
import Networker from './modules/networking/networker';
-const SERVERURL = 'http://dsa-core:5000/chatHub';
+const SERVERURL = 'https://dsa-core:5000/chatHub';
let iface = new Interface();
let uiMan = new UIManager(iface);