Skip to content

Commit

Permalink
replace magic string
Browse files Browse the repository at this point in the history
  • Loading branch information
javaes committed Jan 19, 2017
1 parent 3b62430 commit 2c25fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/me/figo/FigoApi.java
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public FigoApi(String authorization, int timeout) {
this.apiEndpoint = endpointEnv;
}
else {
this.apiEndpoint = "https://api.figo.me";
this.apiEndpoint = API_FIGO_LIVE;
}
}

Expand Down

0 comments on commit 2c25fae

Please sign in to comment.