KVV: Update API base.

This commit is contained in:
Andreas Schildbach 2018-02-10 21:39:36 +01:00
parent 53bb281764
commit 7387e87c2b

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/kvv2/"); private static final HttpUrl API_BASE = HttpUrl.parse("http://213.144.24.66/sl3/");
public KvvProvider() { public KvvProvider() {
this(API_BASE); this(API_BASE);