Skip to content

Commit

Permalink
Update InstasentClient.java
Browse files Browse the repository at this point in the history
  • Loading branch information
markitosgv authored Jun 19, 2017
1 parent 64eb159 commit 1e7075e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/com/instasent/InstasentClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

public class InstasentClient {

private String secureChannel = "https://api.instasent.codes";
private String secureChannel = "https://api.instasent.com";
private String token;

public InstasentClient(String token) {
Expand Down

0 comments on commit 1e7075e

Please sign in to comment.