mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-19 08:49:58 +00:00
VMV: Update API base.
This commit is contained in:
parent
067ceff04c
commit
63145cd6c8
1 changed files with 2 additions and 4 deletions
|
@ -32,15 +32,13 @@ import okhttp3.HttpUrl;
|
||||||
* @author Andreas Schildbach
|
* @author Andreas Schildbach
|
||||||
*/
|
*/
|
||||||
public class VmvProvider extends AbstractEfaProvider {
|
public class VmvProvider extends AbstractEfaProvider {
|
||||||
private static final HttpUrl API_BASE = HttpUrl.parse("http://80.146.180.107/vmv2/");
|
private static final HttpUrl API_BASE = HttpUrl.parse("https://efa.vmv-mbh.de/vmv/");
|
||||||
|
|
||||||
// http://80.146.180.107/vmv/
|
|
||||||
// http://80.146.180.107/delfi/
|
// http://80.146.180.107/delfi/
|
||||||
|
|
||||||
public VmvProvider() {
|
public VmvProvider() {
|
||||||
super(NetworkId.VMV, API_BASE);
|
super(NetworkId.VMV, API_BASE);
|
||||||
|
|
||||||
setUseRouteIndexAsTripId(false);
|
setUseRouteIndexAsTripId(false);
|
||||||
|
httpClient.setSslAcceptAllHostnames(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue