mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-07 17:18:49 +00:00
LU: Update API base.
This commit is contained in:
parent
d422a3cb6e
commit
3154b34df5
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ import okhttp3.HttpUrl;
|
|||
* @author Andreas Schildbach
|
||||
*/
|
||||
public class LuProvider extends AbstractHafasClientInterfaceProvider {
|
||||
private static final HttpUrl API_BASE = HttpUrl.parse("https://travelplanner.mobiliteit.lu/hafas/");
|
||||
private static final HttpUrl API_BASE = HttpUrl.parse("https://cdt.hafas.de/bin/");
|
||||
private static final Product[] PRODUCTS_MAP = { Product.HIGH_SPEED_TRAIN, Product.HIGH_SPEED_TRAIN,
|
||||
Product.HIGH_SPEED_TRAIN, Product.REGIONAL_TRAIN, Product.REGIONAL_TRAIN, Product.BUS, Product.BUS,
|
||||
Product.BUS, Product.BUS, Product.BUS };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue