mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-07 02:28:47 +00:00
DSB: Update API base to HTTPS.
This commit is contained in:
parent
fd2c21f662
commit
24676c6f8b
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ import okhttp3.HttpUrl;
|
|||
* @author Andreas Schildbach
|
||||
*/
|
||||
public class DsbProvider extends AbstractHafasClientInterfaceProvider {
|
||||
private static final HttpUrl API_BASE = HttpUrl.parse("http://mobilapps.rejseplanen.dk/bin/");
|
||||
private static final HttpUrl API_BASE = HttpUrl.parse("https://mobilapps.rejseplanen.dk/bin/");
|
||||
private static final Product[] PRODUCTS_MAP = { Product.HIGH_SPEED_TRAIN, Product.HIGH_SPEED_TRAIN,
|
||||
Product.REGIONAL_TRAIN, Product.REGIONAL_TRAIN, Product.SUBURBAN_TRAIN, Product.BUS, Product.BUS,
|
||||
Product.BUS, Product.BUS, Product.FERRY, Product.SUBWAY, Product.SUBURBAN_TRAIN /* Light Rail */ };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue