From b8cfdcdcb630fdfbde5c918742ea2e43898c55b3 Mon Sep 17 00:00:00 2001 From: Alexander Bazo Date: Mon, 14 Oct 2019 14:39:23 +0200 Subject: [PATCH] Change default server url in UI and code --- www/index.html | 2 +- www/resources/js/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www/index.html b/www/index.html index 0457ea2..e8df696 100644 --- a/www/index.html +++ b/www/index.html @@ -22,7 +22,7 @@ - +
Start
diff --git a/www/resources/js/index.js b/www/resources/js/index.js index 0f722e9..fb4294c 100755 --- a/www/resources/js/index.js +++ b/www/resources/js/index.js @@ -7,7 +7,7 @@ import FakeGazeDataProvider from "./gaze/FakeGazeDataProvider.js"; import GazeDataProvider from "./gaze/GazeDataProvider.js"; const GAZE_SERVER_URL = "ws://localhost:8001/gaze", -VIEWER_SERVER_URL = "ws://localhost:2568"; +VIEWER_SERVER_URL = "ws://132.199.139.204:2568"; var starScreen = document.querySelector("#startScreen"), stage = document.querySelector("#stage"), -- libgit2 0.26.0