diff --git a/src/data/socket-redux.html b/src/data/socket-redux.html index f08bff82..674a2a43 100644 --- a/src/data/socket-redux.html +++ b/src/data/socket-redux.html @@ -350,12 +350,13 @@ constructor() { super(); // Create websocket - this.socket = io('https://dev.swarm.city', // eslint-disable-line + this.socket = io('https://scapiweb3-c.swarm.city', // eslint-disable-line { query: 'apiUser=swarmCity', path: '/api', transports: ['websocket', 'xhr-polling'], autoConnect: false, + secure: false, }); window.setUrl = (url) => { this.socket.close(); diff --git a/src/displays/display-chat-messages.html b/src/displays/display-chat-messages.html index 9ad78086..21f4aacb 100644 --- a/src/displays/display-chat-messages.html +++ b/src/displays/display-chat-messages.html @@ -87,7 +87,7 @@
diff --git a/src/displays/display-simpledeal-detail-funded.html b/src/displays/display-simpledeal-detail-funded.html index 1faba9d8..4c12e918 100644 --- a/src/displays/display-simpledeal-detail-funded.html +++ b/src/displays/display-simpledeal-detail-funded.html @@ -173,7 +173,7 @@
- +