mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-11 00:08:49 +00:00
VMS: Update API base to HTTPS.
This commit is contained in:
parent
c1a9731626
commit
a98bfe3617
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,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("http://www.vms.de/vms2/");
|
private static final HttpUrl API_BASE = HttpUrl.parse("https://www.vms.de/vms2/");
|
||||||
|
|
||||||
public VmsProvider() {
|
public VmsProvider() {
|
||||||
super(NetworkId.VMS, API_BASE);
|
super(NetworkId.VMS, API_BASE);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue