mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-08 15:18:47 +00:00
NetworkProviderFactory: Migrate custom API base for VVS to HTTPS.
This commit is contained in:
parent
4c7d71e40e
commit
46af1ac343
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ public final class NetworkProviderFactory {
|
|||
else if (networkId.equals(NetworkId.VRN))
|
||||
return new VrnProvider();
|
||||
else if (networkId.equals(NetworkId.VVS))
|
||||
return new VvsProvider(HttpUrl.parse("http://www2.vvs.de/oeffi/"));
|
||||
return new VvsProvider(HttpUrl.parse("https://www2.vvs.de/oeffi/"));
|
||||
else if (networkId.equals(NetworkId.DING))
|
||||
return new DingProvider();
|
||||
else if (networkId.equals(NetworkId.KVV))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue