mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-15 00:50:31 +00:00
MVG: Update API base.
This commit is contained in:
parent
cc3ef24a58
commit
aa16ed80b8
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ import okhttp3.HttpUrl;
|
|||
* @author Andreas Schildbach
|
||||
*/
|
||||
public class MvgProvider extends AbstractEfaProvider {
|
||||
private static final HttpUrl API_BASE = HttpUrl.parse("http://mobil.mvg-online.de/mvgMobil/");
|
||||
private static final HttpUrl API_BASE = HttpUrl.parse("https://westfalenfahrplan.de/std3/");
|
||||
|
||||
public MvgProvider() {
|
||||
super(NetworkId.MVG, API_BASE);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue