mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-07 02:28:47 +00:00
VMV: Update API base.
This commit is contained in:
parent
f1146d14a4
commit
2d7d882f70
1 changed files with 1 additions and 2 deletions
|
@ -32,8 +32,7 @@ import okhttp3.HttpUrl;
|
|||
* @author Andreas Schildbach
|
||||
*/
|
||||
public class VmvProvider extends AbstractEfaProvider {
|
||||
private static final HttpUrl API_BASE = HttpUrl.parse("https://efa.vmv-mbh.de/vmv/");
|
||||
// http://80.146.180.107/delfi/
|
||||
private static final HttpUrl API_BASE = HttpUrl.parse("https://fahrplanauskunft-mv.de/vmv3/");
|
||||
|
||||
public VmvProvider() {
|
||||
super(NetworkId.VMV, API_BASE);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue