Skip to content

Commit

Permalink
KVV: Update API base.
Browse files Browse the repository at this point in the history
  • Loading branch information
schildbach committed Feb 10, 2018
1 parent 53bb281 commit 7387e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enabler/src/de/schildbach/pte/KvvProvider.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
* @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/");

This comment has been minimized.

Copy link
@jens1o

jens1o Mar 19, 2018

I've received an email today which states that they moved the API to http://185.201.144.208/

The old base will be shut down at 30th April 2018.


public KvvProvider() {
this(API_BASE);
Expand Down

0 comments on commit 7387e87

Please sign in to comment.