Skip to content

Commit

Permalink
Update Domain
Browse files Browse the repository at this point in the history
  • Loading branch information
Baw-Appie committed Nov 20, 2024
1 parent 89deeaf commit 3cc60a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/main/java/kr/minehub/servers/agent/api/MinehubAPI.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
import java.util.List;

public class MinehubAPI {
public static String baseURL = "https://api.minehub.kr";
public static String baseURL = "https://rsm.stella-api.dev";

public static String getHostname() {
try {
URL url = new URL(baseURL);
return url.getHost();
} catch (MalformedURLException e) {
return "api.minehub.kr";
return "rsm.stella-api.dev";
}
}

Expand Down

0 comments on commit 3cc60a5

Please sign in to comment.