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

Commit 0fc0c32

Browse files
committed
finalize api dev url
1 parent a82b748 commit 0fc0c32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
@UtilityClass
2828
public class Constants {
2929
public final boolean ENABLED = true; // Completely disable these features and hide their existence
30-
public final String API_URL = "https://api.axolotlclient.astralchroma.dev/dev";
31-
public final String SOCKET_URL = "wss://api.axolotlclient.astralchroma.dev/dev/gateway";
30+
public final String API_URL = "https://axolotlclient-api.astralchroma.dev/dev";
31+
public final String SOCKET_URL = "wss://axolotlclient-api.astralchroma.dev/dev/gateway";
3232
public final String PRIVACY_POLICY = "https://";
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)