mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-15 17:10:30 +00:00
Sweden: Update API base to HTTPS.
This commit is contained in:
parent
00102364fe
commit
9b9b85aa66
1 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,8 @@ import de.schildbach.pte.dto.Product;
|
|||
* @author Andreas Schildbach
|
||||
*/
|
||||
public class SeProvider extends AbstractHafasProvider {
|
||||
private static final String API_BASE = "http://samtrafiken.hafas.de/bin/";
|
||||
private static final String API_BASE = "https://reseplanerare.resrobot.se/bin/";
|
||||
// http://samtrafiken.hafas.de/bin/
|
||||
// http://reseplanerare.resrobot.se/bin/
|
||||
// http://api.vasttrafik.se/bin/
|
||||
private static final Product[] PRODUCTS_MAP = { Product.HIGH_SPEED_TRAIN, Product.HIGH_SPEED_TRAIN,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue