mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-07 22:18:49 +00:00
VMS: Update API base.
This commit is contained in:
parent
2d7d882f70
commit
949b69a443
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ import okhttp3.HttpUrl;
|
||||||
* @author Andreas Schildbach
|
* @author Andreas Schildbach
|
||||||
*/
|
*/
|
||||||
public class VmsProvider extends AbstractEfaProvider {
|
public class VmsProvider extends AbstractEfaProvider {
|
||||||
private static final HttpUrl API_BASE = HttpUrl.parse("https://www.vms.de/vms2/");
|
private static final HttpUrl API_BASE = HttpUrl.parse("https://www.vms.de/VMSSL3/");
|
||||||
|
|
||||||
public VmsProvider() {
|
public VmsProvider() {
|
||||||
this(API_BASE);
|
this(API_BASE);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue