Use http instead of https for accessing the miroguide. Fixes #206

This commit is contained in:
daniel oeh 2013-06-21 18:07:23 +02:00
parent 8b3c7d6723
commit fe57170d74
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ import android.net.Uri;
public class MiroGuideConnector {
private HttpClient httpClient;
private static final String HOST_URL = "https://www.miroguide.com/api/";
private static final String HOST_URL = "http://www.miroguide.com/api/";
private static final String PATH_GET_CHANNELS = "get_channels";
private static final String PATH_LIST_CATEGORIES = "list_categories";
private static final String PATH_GET_CHANNEL = "get_channel";