VMV: update API base

This commit is contained in:
Andreas Schildbach 2024-12-17 09:44:29 +01:00
parent 81b1122204
commit ec0d27033b

View file

@ -32,7 +32,7 @@ import okhttp3.HttpUrl;
* @author Andreas Schildbach
*/
public class VmvProvider extends AbstractEfaProvider {
private static final HttpUrl API_BASE = HttpUrl.parse("https://fahrplanauskunft-mv.de/vmv3/");
private static final HttpUrl API_BASE = HttpUrl.parse("https://fahrplanauskunft-mv.de/vmv-efa/");
public VmvProvider() {
super(NetworkId.VMV, API_BASE);