summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrueDoctor <d-kobert@web.de>2019-05-05 18:57:18 +0200
committerGitHub <noreply@github.com>2019-05-05 18:57:18 +0200
commit9f033e0f24f55af5a48039f06cdf0b8513fa2bda (patch)
treebbb0e55a6325960e0f73a81e033e5d2d18bd59a5
parent9f0b255f32dfa81bffe75f89335a78a659b4ce6a (diff)
Update play.js
-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 f7cb255..5d5253b 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://127.0.0.1:5000/chatHub';
+const SERVERURL = 'http://dsa_core_1:5000/chatHub';
let iface = new Interface();
let uiMan = new UIManager(iface);