mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-20 17:29:51 +00:00
Adapt to API change of Lüdenscheid & Märkischer Kreis.
This commit is contained in:
parent
b7f1fda768
commit
ee1277fad6
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ package de.schildbach.pte;
|
|||
public class MvgProvider extends AbstractEfaProvider
|
||||
{
|
||||
public static final NetworkId NETWORK_ID = NetworkId.MVG;
|
||||
private static final String API_BASE = "http://mobil.mvg-online.de/";
|
||||
private static final String API_BASE = "http://mobil.mvg-online.de/mvgMobil/";
|
||||
|
||||
public MvgProvider()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue