mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-07 17:58:49 +00:00
AVV_AACHEN: Fix API base.
This commit is contained in:
parent
0c4f70a156
commit
2390da90d6
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ import okhttp3.HttpUrl;
|
|||
* @author Andreas Schildbach
|
||||
*/
|
||||
public class AvvAachenProvider extends AbstractHafasClientInterfaceProvider {
|
||||
private static final HttpUrl API_BASE = HttpUrl.parse("https://auskunft.avv.de/bin/mgate.exe");
|
||||
private static final HttpUrl API_BASE = HttpUrl.parse("https://auskunft.avv.de/bin/");
|
||||
private static final Product[] PRODUCTS_MAP = { Product.REGIONAL_TRAIN, Product.HIGH_SPEED_TRAIN,
|
||||
Product.HIGH_SPEED_TRAIN, Product.BUS, Product.SUBURBAN_TRAIN, Product.SUBWAY, Product.TRAM, Product.BUS,
|
||||
Product.BUS, Product.ON_DEMAND, Product.FERRY };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue