Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.

Commit b275375

Browse files
committed
update prod backend url
1 parent 10c4cfb commit b275375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/main/java/io/github/axolotlclient/api/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
public class Constants {
2929
public final boolean ENABLED = true; // Completely disable these features and hide their existence
3030
private final boolean DEVELOPMENT = false;
31-
public final String API_URL = DEVELOPMENT ? "http://localhost:8000" : "https://api.axolotlclient.com";
31+
public final String API_URL = DEVELOPMENT ? "http://localhost:8000" : "https://api.axolotlclient.com/v1/";
3232
public final String PRIVACY_POLICY = "https://axolotlclient.com/privacy";
3333
public final int STATUS_UPDATE_DELAY = 15; // The Delay between Status updates, in seconds. Discord uses 15 seconds so we will as well.
3434
public final boolean TESTING = false; // When set to true, no requests will be sent

0 commit comments

Comments
 (0)