mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-15 17:10:30 +00:00
VRS: Update API base.
This commit is contained in:
parent
d4433b7bfe
commit
9527f34a2d
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue