changeset 1805:3964d87a2f8a

Change the WS port.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 29 Oct 2017 23:03:48 +0200
parents f498299ff758
children 5dadfde159dd
files www/search.js
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/www/search.js	Sun Oct 29 22:57:04 2017 +0200
+++ b/www/search.js	Sun Oct 29 23:03:48 2017 +0200
@@ -4,7 +4,7 @@
 // (C) Copyright 2017 Tecnic Software productions (TNSP)
 //
 
-var mapServer = "ws://localhost:9999";
+var mapServer = "wss://localhost:4200";
 var fieldPattern, fieldRes, fieldLog;
 var msgLog, mapWS, mapList = [];