mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-07 15:08:49 +00:00
OEBB: Update API base to HTTPS.
This commit is contained in:
parent
11c17ac50e
commit
fd2c21f662
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ import okhttp3.HttpUrl;
|
|||
* @author Andreas Schildbach
|
||||
*/
|
||||
public class OebbProvider extends AbstractHafasClientInterfaceProvider {
|
||||
private static final HttpUrl API_BASE = HttpUrl.parse("http://fahrplan.oebb.at/bin/");
|
||||
private static final HttpUrl API_BASE = HttpUrl.parse("https://fahrplan.oebb.at/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.SUBURBAN_TRAIN,
|
||||
Product.BUS, Product.FERRY, Product.SUBWAY, Product.TRAM, Product.HIGH_SPEED_TRAIN, Product.ON_DEMAND,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue