X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=skyquake%2Fframework%2Fcore%2Fapi_utils%2Fsockets.js;h=e2e44473529298d8ca19e24844276c8f28525980;hb=34bed49e59fe06cfbc29b5fa8b2eb2ebb21a2173;hp=2e6779c04c2593e9d13b0bca442958baffedd44f;hpb=2da8b7a246ba17396c5bc218a0b7f1685fb8d304;p=osm%2FUI.git diff --git a/skyquake/framework/core/api_utils/sockets.js b/skyquake/framework/core/api_utils/sockets.js index 2e6779c04..e2e444735 100644 --- a/skyquake/framework/core/api_utils/sockets.js +++ b/skyquake/framework/core/api_utils/sockets.js @@ -92,6 +92,7 @@ Subscriptions.prototype.subscribe = function(req, callback) { var a = url.resolve(origin, req.baseUrl); var b = url.resolve(a, URL); URL = b; + console.log('DEBUG URL IS', URL); } else { protocol = protocol[1] }