Skip to content

Commit 11fc458

Browse files
committed
Update base URL to use v2 endpoints
1 parent 39ccbd2 commit 11fc458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hypixel-api-core/src/main/java/net/hypixel/api/HypixelAPI.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import java.util.concurrent.CompletableFuture;
2222

2323
public class HypixelAPI {
24-
static final String BASE_URL = "https://api.hypixel.net/";
24+
static final String BASE_URL = "https://api.hypixel.net/v2/";
2525

2626
private final HypixelHttpClient httpClient;
2727

0 commit comments

Comments
 (0)