From d14d957abc1c4e2a18a47e420127f520c0fe3376 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Ryb=C3=A1rsky?= Date: Sun, 12 Jun 2022 13:29:46 +0200 Subject: [PATCH] update host --- website/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/script.js b/website/script.js index 6d380b6..c870678 100644 --- a/website/script.js +++ b/website/script.js @@ -49,7 +49,7 @@ $(document).ready(function(){ //fit console to screen //$('#console').css('height', $(window).height() - $('#console').offset().top - 10); //account for the input box - let host = 'ws://127.0.0.1:8480'; + let host = 'wss://console.brn.systems:443'; var socket = io.connect(host); resizeit(); //resize it on window resize