Skip to content

Commit

Permalink
fix: api url (why i always forget this)
Browse files Browse the repository at this point in the history
  • Loading branch information
sharrlotte committed Feb 14, 2024
1 parent 423ec96 commit d291c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mindytool/config/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

public class Config {

private static final String DEV_URL = "http://localhost:8080/api/v3/";
private static final String DEV_URL = "https://api.mindustry-tool.app/api/v3/";
// private static final String DEV_URL = "http://localhost:8080/api/v3/";
private static final String PROD_URL = "https://api.mindustry-tool.app/api/v3/";
// private static final String PROD_URL =
Expand Down

0 comments on commit d291c6d

Please sign in to comment.