mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-17 22:19:50 +00:00
KVV: Update API base to HTTPS.
This commit is contained in:
parent
fbfb218ff1
commit
16d39221ba
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ import okhttp3.HttpUrl;
|
||||||
* @author Andreas Schildbach
|
* @author Andreas Schildbach
|
||||||
*/
|
*/
|
||||||
public class KvvProvider extends AbstractEfaProvider {
|
public class KvvProvider extends AbstractEfaProvider {
|
||||||
private static final HttpUrl API_BASE = HttpUrl.parse("http://213.144.24.66/sl3/");
|
private static final HttpUrl API_BASE = HttpUrl.parse("https://projekte.kvv-efa.de/sl3/");
|
||||||
|
|
||||||
public KvvProvider() {
|
public KvvProvider() {
|
||||||
this(API_BASE);
|
this(API_BASE);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue