mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-18 16:29:51 +00:00
alternative api base
This commit is contained in:
parent
47dcb8979a
commit
e5af90ccac
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ import de.schildbach.pte.dto.LocationType;
|
|||
public class BsvagProvider extends AbstractEfaProvider
|
||||
{
|
||||
public static final NetworkId NETWORK_ID = NetworkId.BSVAG;
|
||||
private final static String API_BASE = "http://212.68.73.240/bsvag/";
|
||||
private final static String API_BASE = "http://212.68.73.240/bsvag/"; // http://212.68.73.240/vrbstd/
|
||||
|
||||
public BsvagProvider()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue