From 7d3902fe388064fb7cf1c58b4fad523943a1f136 Mon Sep 17 00:00:00 2001
From: Moreau Elise <moreau.elise13@gmail.com>
Date: Sat, 31 Oct 2020 11:19:57 +0100
Subject: [PATCH] new port for websocket protocol

---
 public/assets/dist/map.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/assets/dist/map.js b/public/assets/dist/map.js
index b231369..107a242 100644
--- a/public/assets/dist/map.js
+++ b/public/assets/dist/map.js
@@ -56845,7 +56845,7 @@ var parent = module.bundle.parent;
 if ((!parent || !parent.isParcelRequire) && typeof WebSocket !== 'undefined') {
   var hostname = "" || location.hostname;
   var protocol = location.protocol === 'https:' ? 'wss' : 'ws';
-  var ws = new WebSocket(protocol + '://' + hostname + ':' + "37695" + '/');
+  var ws = new WebSocket(protocol + '://' + hostname + ':' + "45785" + '/');
 
   ws.onmessage = function (event) {
     checkedAssets = {};
-- 
GitLab