diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-07-14 18:17:53 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-07-14 18:17:53 +0800 |
commit | 9ffe3b2c22e30974087d4812bc757155f09d6e57 (patch) | |
tree | 3af726747089775e4f6da2b2f0b1d9f8b612d8aa /features/streamsGUI | |
parent | 598dadc9efadf69401f08d27e5b0ff1b36a0f2bc (diff) | |
download | SoopyV2-9ffe3b2c22e30974087d4812bc757155f09d6e57.tar.gz SoopyV2-9ffe3b2c22e30974087d4812bc757155f09d6e57.tar.bz2 SoopyV2-9ffe3b2c22e30974087d4812bc757155f09d6e57.zip |
+ Update website url
Diffstat (limited to 'features/streamsGUI')
-rw-r--r-- | features/streamsGUI/index.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/features/streamsGUI/index.js b/features/streamsGUI/index.js index fec9bfa..390f625 100644 --- a/features/streamsGUI/index.js +++ b/features/streamsGUI/index.js @@ -50,7 +50,7 @@ class StreamPage extends GuiPage { button.addEvent(new SoopyMouseClickEvent().setHandler(() => { java.awt.Desktop.getDesktop().browse( - new java.net.URI("https://soopymc.my.to/skyblockstreams") + new java.net.URI("https://soopy.dev/skyblockstreams") ); })) @@ -64,7 +64,7 @@ class StreamPage extends GuiPage { } updateStreams() { - fetch("http://soopymc.my.to/api/skyblockstreams").json(streams => { + fetch("http://soopy.dev/api/skyblockstreams").json(streams => { this.streamsBox.clearChildren() let y = 0 |