mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-06 15:18:49 +00:00
VMV: update API base
This commit is contained in:
parent
81b1122204
commit
ec0d27033b
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue