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