mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-16 09:29:49 +00:00
VVS: Update API base to HTTPS.
This commit is contained in:
parent
72c7289be4
commit
196aa193ea
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ import okhttp3.HttpUrl;
|
|||
* @author Andreas Schildbach
|
||||
*/
|
||||
public class VvsProvider extends AbstractEfaProvider {
|
||||
private static final HttpUrl API_BASE = HttpUrl.parse("http://www2.vvs.de/vvs/");
|
||||
private static final HttpUrl API_BASE = HttpUrl.parse("https://www2.vvs.de/vvs/");
|
||||
|
||||
public VvsProvider() {
|
||||
this(API_BASE);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue