aboutsummaryrefslogtreecommitdiff
path: root/src/features/streamsGUI
diff options
context:
space:
mode:
authorSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-09-23 17:56:38 +0800
committerSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-09-23 17:56:38 +0800
commita38700b5ae8822f159c7457d4d67e53f75ca63fa (patch)
tree13097a8f1a5e1e3b71a0948f9b876e6ec3d1c600 /src/features/streamsGUI
parent644a192508dba2719c24ecd3c0b3295120b0fbb5 (diff)
downloadSoopyV2-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.js2
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