Bayern: Update API base to HTTPS.

This commit is contained in:
Andreas Schildbach 2017-08-31 10:21:55 +02:00
parent 90b0cc02cd
commit 193837ec83

View file

@ -46,7 +46,7 @@ import okhttp3.HttpUrl;
* @author Andreas Schildbach * @author Andreas Schildbach
*/ */
public class BayernProvider extends AbstractEfaProvider { public class BayernProvider extends AbstractEfaProvider {
private static final HttpUrl API_BASE = HttpUrl.parse("http://mobile.defas-fgi.de/beg/"); private static final HttpUrl API_BASE = HttpUrl.parse("https://mobile.defas-fgi.de/beg/");
// http://mobile.defas-fgi.de/xml/ // http://mobile.defas-fgi.de/xml/
private static final String DEPARTURE_MONITOR_ENDPOINT = "XML_DM_REQUEST"; private static final String DEPARTURE_MONITOR_ENDPOINT = "XML_DM_REQUEST";