mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-15 09:00:36 +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
|
* @author Andreas Schildbach
|
||||||
*/
|
*/
|
||||||
public class MvgProvider extends AbstractEfaProvider {
|
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() {
|
public MvgProvider() {
|
||||||
super(NetworkId.MVG, API_BASE);
|
super(NetworkId.MVG, API_BASE);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue