maybe this will do the job

This commit is contained in:
NK 2023-03-02 22:56:51 +00:00
parent 88fabc11c8
commit d3efa617dc

View file

@ -151,7 +151,7 @@ public class Flipper {
}
public JsonObject getItemData() throws IOException {
URL url = new URL("https://night0721.me/api//skyblock");
URL url = new URL("https://www.night0721.me/api//skyblock");
HttpsURLConnection connection = (HttpsURLConnection) url.openConnection();
connection.addRequestProperty("Content-Type", "application/json");
connection.addRequestProperty("User-Agent", "Mozilla/5.0 (X11; U; Linux i686) Gecko/20071127 Firefox/2.0.0.11");