From 44d7c8891d37679c33689b5d4a24c783b8d7fc84 Mon Sep 17 00:00:00 2001 From: rknol Date: Sun, 27 Sep 2020 20:07:02 +0200 Subject: New URL --- extension/junction.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension/junction.js b/extension/junction.js index bb2d3e5..2dbff78 100644 --- a/extension/junction.js +++ b/extension/junction.js @@ -35,7 +35,7 @@ const internals = { internals.setIcon('hangUp'); const activeTabs = await internals.getActiveTabs(); - const socketUrl = 'http://polypropylene.website:8000'; + const socketUrl = 'http://unlimited.pizza:8000/'; const currentUrl = activeTabs[0].url; this.socket = io(socketUrl); -- cgit