diff options
| author | rknol <rknol@MacBook-Pro-2.fritz.box> | 2020-09-27 20:07:02 +0200 |
|---|---|---|
| committer | rknol <rknol@MacBook-Pro-2.fritz.box> | 2020-09-27 20:07:02 +0200 |
| commit | 44d7c8891d37679c33689b5d4a24c783b8d7fc84 (patch) | |
| tree | e0d39031a99ef6d62cf04cbae5eb19ff0127ae57 /extension | |
| parent | 344f7c1320d512a423c9f2133959417823f5cc83 (diff) | |
New URL
Diffstat (limited to 'extension')
| -rw-r--r-- | extension/junction.js | 2 |
1 files changed, 1 insertions, 1 deletions
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); |