mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-19 00:39: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
|
||||
*/
|
||||
public class VmvProvider extends AbstractEfaProvider {
|
||||
private static final HttpUrl API_BASE = HttpUrl.parse("http://80.146.180.107/vmv2/");
|
||||
|
||||
// http://80.146.180.107/vmv/
|
||||
private static final HttpUrl API_BASE = HttpUrl.parse("https://efa.vmv-mbh.de/vmv/");
|
||||
// http://80.146.180.107/delfi/
|
||||
|
||||
public VmvProvider() {
|
||||
super(NetworkId.VMV, API_BASE);
|
||||
|
||||
setUseRouteIndexAsTripId(false);
|
||||
httpClient.setSslAcceptAllHostnames(true);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue