Skip to content

Commit

Permalink
API supports HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
fuglede committed Mar 10, 2016
1 parent 7e72e33 commit ee6695c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/unlogicon/tempmail/Constants.java
Expand Up @@ -5,7 +5,7 @@
*/
public class Constants {

public static String BASE_URL = "http://api.temp-mail.ru/request";
public static String BASE_URL = "https://api.temp-mail.ru/request";
public static String REQUEST_DOMAINS = BASE_URL + "/domains";
public static String REQUEST_MAIL = BASE_URL + "/mail/id/";
public static String FORMAT_JSON = "/format/json/";
Expand Down

0 comments on commit ee6695c

Please sign in to comment.