mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-16 09:29:49 +00:00
VAO: Update API base to HTTPS.
This commit is contained in:
parent
81c8504881
commit
4b6751931b
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ import de.schildbach.pte.dto.SuggestLocationsResult;
|
|||
*/
|
||||
public class VaoProvider extends AbstractHafasProvider
|
||||
{
|
||||
private static final String API_BASE = "http://app.verkehrsauskunft.at/bin/";
|
||||
private static final String API_BASE = "https://app.verkehrsauskunft.at/bin/";
|
||||
private static final Product[] PRODUCTS_MAP = { Product.HIGH_SPEED_TRAIN, Product.SUBURBAN_TRAIN, Product.SUBWAY, null, Product.TRAM,
|
||||
Product.REGIONAL_TRAIN, Product.BUS, Product.BUS, Product.TRAM, Product.FERRY, Product.ON_DEMAND, Product.BUS, Product.REGIONAL_TRAIN,
|
||||
null, null, null };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue