Skip to content

Commit

Permalink
Merge pull request #112 from tacsipacsi/patch-2
Browse files Browse the repository at this point in the history
Use HTTPS in currency API
  • Loading branch information
physphil authored Jun 10, 2018
2 parents 04e7cf3 + ef86e01 commit 4aacf27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*/
public class CurrencyApi {

private static final String BASE_URL = "http://www.ecb.europa.eu/stats/eurofxref/";
private static final String BASE_URL = "https://www.ecb.europa.eu/stats/eurofxref/";
private static CurrencyApi mInstance;

private CurrencyService mService;
Expand Down

0 comments on commit 4aacf27

Please sign in to comment.