Skip to content

Commit

Permalink
Fix #265 : Switch from to api.mlnstats.com to backend.mpgstats.fr
Browse files Browse the repository at this point in the history
  • Loading branch information
axel3rd committed Nov 24, 2024
1 parent 88f7df7 commit 73f018c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/blondin/mpg/stats/MpgStatsClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public static MpgStatsClient build(Config config) {

public static MpgStatsClient build(Config config, String urlOverride) {
MpgStatsClient client = new MpgStatsClient(config);
client.setUrl(Objects.toString(urlOverride, "https://api.mlnstats.com"));
client.setUrl(Objects.toString(urlOverride, "https://backend.mpgstats.fr"));
return client;
}

Expand Down

0 comments on commit 73f018c

Please sign in to comment.