mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-17 13:49:50 +00:00
Update API base for Bremen, Bremerhaven & Osnabrück.
This commit is contained in:
parent
dc6af36e12
commit
98fa450220
1 changed files with 3 additions and 1 deletions
|
@ -27,7 +27,9 @@ import de.schildbach.pte.dto.Product;
|
|||
public class VbnProvider extends AbstractHafasProvider
|
||||
{
|
||||
public static final NetworkId NETWORK_ID = NetworkId.VBN;
|
||||
private static final String API_BASE = "http://fahrplaner.vbn.de/hafas/";
|
||||
private static final String API_BASE = "http://fahrplaner.vbn.de/bin/";
|
||||
|
||||
// http://fahrplaner.vbn.de/hafas/
|
||||
|
||||
public VbnProvider()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue