KVV: Update API base to HTTPS.

This commit is contained in:
Andreas Schildbach 2018-05-22 16:46:19 +02:00
parent fbfb218ff1
commit 16d39221ba

View file

@ -34,7 +34,7 @@ import okhttp3.HttpUrl;
* @author Andreas Schildbach * @author Andreas Schildbach
*/ */
public class KvvProvider extends AbstractEfaProvider { public class KvvProvider extends AbstractEfaProvider {
private static final HttpUrl API_BASE = HttpUrl.parse("http://213.144.24.66/sl3/"); private static final HttpUrl API_BASE = HttpUrl.parse("https://projekte.kvv-efa.de/sl3/");
public KvvProvider() { public KvvProvider() {
this(API_BASE); this(API_BASE);