VRS: Update API base.

This commit is contained in:
Andreas Schildbach 2015-05-04 18:57:09 +02:00
parent d4433b7bfe
commit 9527f34a2d

View file

@ -156,7 +156,7 @@ public class VrsProvider extends AbstractNetworkProvider
// valid host names: www.vrsinfo.de, android.vrsinfo.de, ios.vrsinfo.de, ekap.vrsinfo.de (only SSL encrypted with // valid host names: www.vrsinfo.de, android.vrsinfo.de, ios.vrsinfo.de, ekap.vrsinfo.de (only SSL encrypted with
// client certificate) // client certificate)
// performance comparison March 2015 showed www.vrsinfo.de to be fastest for trips // performance comparison March 2015 showed www.vrsinfo.de to be fastest for trips
protected static final String API_BASE = "https://www.vrsinfo.de/index.php"; protected static final String API_BASE = "http://android.vrsinfo.de/index.php";
protected static final String SERVER_PRODUCT = "vrs"; protected static final String SERVER_PRODUCT = "vrs";
@SuppressWarnings("serial") @SuppressWarnings("serial")