aboutsummaryrefslogtreecommitdiff
path: root/features/dataLoader
diff options
context:
space:
mode:
authorSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-07-14 18:17:53 +0800
committerSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-07-14 18:17:53 +0800
commit9ffe3b2c22e30974087d4812bc757155f09d6e57 (patch)
tree3af726747089775e4f6da2b2f0b1d9f8b612d8aa /features/dataLoader
parent598dadc9efadf69401f08d27e5b0ff1b36a0f2bc (diff)
downloadSoopyV2-9ffe3b2c22e30974087d4812bc757155f09d6e57.tar.gz
SoopyV2-9ffe3b2c22e30974087d4812bc757155f09d6e57.tar.bz2
SoopyV2-9ffe3b2c22e30974087d4812bc757155f09d6e57.zip
+ Update website url
Diffstat (limited to 'features/dataLoader')
-rw-r--r--features/dataLoader/index.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/features/dataLoader/index.js b/features/dataLoader/index.js
index d31bd86..d4134d2 100644
--- a/features/dataLoader/index.js
+++ b/features/dataLoader/index.js
@@ -94,7 +94,7 @@ class DataLoader extends Feature {
}
step_5min() {
- fetch("http://soopymc.my.to/api/v2/mayor").json(data => {
+ fetch("http://soopy.dev/api/v2/mayor").json(data => {
if (!data.success) return
this.mayorData = data.data
this.currentMayorPerks = new Set(data.data.mayor.perks.map(a => a.name))
@@ -111,7 +111,7 @@ class DataLoader extends Feature {
this.loadApiData("skyblock", false)
}
loadApi() {
- fetch("http://soopymc.my.to/api/v2/player_skyblock/" + Player.getUUID().replace(/-/g, "")).json(data => {
+ fetch("http://soopy.dev/api/v2/player_skyblock/" + Player.getUUID().replace(/-/g, "")).json(data => {
if (!data.success) return