summaryrefslogtreecommitdiff
path: root/WebInterface/NodeJSServer/src/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'WebInterface/NodeJSServer/src/index.js')
-rw-r--r--WebInterface/NodeJSServer/src/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebInterface/NodeJSServer/src/index.js b/WebInterface/NodeJSServer/src/index.js
index 702ed19..5b2e622 100644
--- a/WebInterface/NodeJSServer/src/index.js
+++ b/WebInterface/NodeJSServer/src/index.js
@@ -9,7 +9,7 @@ let notifications = new BannerController('notifications',
'banner-info', 'dismiss-banner', 'notification-amount');
notifications.register();
-let client = new ServerClient('http://89.183.101.117:5000/chatHub',
+let client = new ServerClient('http://127.0.0.1:5000/chatHub',
'server-list', notifications, [backdrop, notifications], true);
document.getElementById('refresh-button')
.addEventListener('click',