mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-17 06:19:50 +00:00
VMV: Update API base.
This commit is contained in:
parent
8bbeb6ad75
commit
12fd51a483
1 changed files with 2 additions and 1 deletions
|
@ -28,9 +28,10 @@ import de.schildbach.pte.dto.Style.Shape;
|
|||
*/
|
||||
public class VmvProvider extends AbstractEfaProvider
|
||||
{
|
||||
private static final String API_BASE = "http://80.146.180.107/delfi/";
|
||||
private static final String API_BASE = "http://80.146.180.107/vmv2/";
|
||||
|
||||
// http://80.146.180.107/vmv/
|
||||
// http://80.146.180.107/delfi/
|
||||
|
||||
public VmvProvider()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue