GVH: Update API base to HTTPS.

This commit is contained in:
Andreas Schildbach 2017-08-31 10:28:17 +02:00
parent 193837ec83
commit 10bedb42b5

View file

@ -32,9 +32,9 @@ import okhttp3.HttpUrl;
* @author Andreas Schildbach
*/
public class GvhProvider extends AbstractEfaProvider {
private static final HttpUrl API_BASE = HttpUrl.parse("http://bhb.efa.de/bhb/");
private static final HttpUrl API_BASE = HttpUrl.parse("https://bhb.efa.de/bhb/");
// http://www.efa.de/efaws2/cmsembedded_gvh/
// http://bhb.efa.de/bhb/
// https://bhb.efa.de/bhb/
// http://mobil.efa.de/mobile3/
public GvhProvider() {