Skip to content

Commit

Permalink
Set remote url
Browse files Browse the repository at this point in the history
  • Loading branch information
heychazza committed Jan 29, 2024
1 parent ef4954a commit 3025667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/src/main/java/io/tebex/analytics/sdk/SDK.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class SDK {
private final OkHttpClient HTTP_CLIENT;

private final int API_VERSION = 1;
private final String API_URL = String.format("https://tebexanalytics.test/api/v%d", API_VERSION);
private final String API_URL = String.format("https://analytics.tebex.io/api/v%d", API_VERSION);

private final Platform platform;
private String serverToken;
Expand Down

0 comments on commit 3025667

Please sign in to comment.