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 /featureClass | |
parent | 598dadc9efadf69401f08d27e5b0ff1b36a0f2bc (diff) | |
download | SoopyV2-9ffe3b2c22e30974087d4812bc757155f09d6e57.tar.gz SoopyV2-9ffe3b2c22e30974087d4812bc757155f09d6e57.tar.bz2 SoopyV2-9ffe3b2c22e30974087d4812bc757155f09d6e57.zip |
+ Update website url
Diffstat (limited to 'featureClass')
-rw-r--r-- | featureClass/featureManager.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/featureClass/featureManager.js b/featureClass/featureManager.js index 0f0edeb..f39d762 100644 --- a/featureClass/featureManager.js +++ b/featureClass/featureManager.js @@ -82,7 +82,7 @@ class FeatureManager { this.featureSettingsData = {} - let fetchD = fetch("http://soopymc.my.to/api/soopyv2/ping").async(d => { + let fetchD = fetch("http://soopy.dev/api/soopyv2/ping").async(d => { if (fetchD.responseCode() >= 400 || fetchD.responseCode() === -1) { ChatLib.chat(this.messagePrefix + "&cError: Could not connect to Soopy's server. This may cause issues with some features but will (hopefully) be back soon.") } @@ -238,7 +238,7 @@ class FeatureManager { } reportLagData(data) { - return fetch("http://soopymc.my.to/soopy/submitlag", { postData: data }).text() + return fetch("http://soopy.dev/soopy/submitlag", { postData: data }).text() } loadSoopyLag() { |