mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-16 17:39:49 +00:00
update api base for Stuttgart
This commit is contained in:
parent
08762e3578
commit
af256ab37c
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ import de.schildbach.pte.dto.Point;
|
|||
public class VvsProvider extends AbstractEfaProvider
|
||||
{
|
||||
public static final NetworkId NETWORK_ID = NetworkId.VVS;
|
||||
private static final String API_BASE = "http://mobil.vvs.de/mobile/"; // http://www2.vvs.de/vvs/
|
||||
private static final String API_BASE = "http://www2.vvs.de/vvs/";
|
||||
|
||||
public VvsProvider()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue