Explorar o código

update ws endpoint

david %!s(int64=8) %!d(string=hai) anos
pai
achega
32797c9d30
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      front/js/app.js

+ 1 - 1
front/js/app.js

@@ -8,7 +8,7 @@ app.controller('main', function($scope,$http,$interval) {
 	$scope.extension="";
 
 	$scope.activeTab = 'SEARCH';
-    ws = new WebSocket("ws://192.168.2.12:8099/");
+    ws = new WebSocket("wss://books.davidventura.com.ar/ws/");
     ws.onmessage = function(event) {
         var j = JSON.parse(event.data);
         console.log(j);