diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-09-23 17:56:38 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-09-23 17:56:38 +0800 |
commit | a38700b5ae8822f159c7457d4d67e53f75ca63fa (patch) | |
tree | 13097a8f1a5e1e3b71a0948f9b876e6ec3d1c600 /src/features/streamsGUI | |
parent | 644a192508dba2719c24ecd3c0b3295120b0fbb5 (diff) | |
download | SoopyV2-a38700b5ae8822f159c7457d4d67e53f75ca63fa.tar.gz SoopyV2-a38700b5ae8822f159c7457d4d67e53f75ca63fa.tar.bz2 SoopyV2-a38700b5ae8822f159c7457d4d67e53f75ca63fa.zip |
Support lets encript prepairing for hypixel api change
Diffstat (limited to 'src/features/streamsGUI')
-rw-r--r-- | src/features/streamsGUI/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/features/streamsGUI/index.js b/src/features/streamsGUI/index.js index 25cda23..5477e44 100644 --- a/src/features/streamsGUI/index.js +++ b/src/features/streamsGUI/index.js @@ -63,7 +63,7 @@ class StreamPage extends GuiPage { } async updateStreams() { - let streams = await fetch("http://soopy.dev/api/skyblockstreams").json() + let streams = await fetch("https://soopy.dev/api/skyblockstreams").json() this.streamsBox.clearChildren() let y = 0 |