mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-15 00:50:31 +00:00
Wien: Update API base to HTTPS.
This commit is contained in:
parent
0518453fb1
commit
00102364fe
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ import de.schildbach.pte.dto.Style;
|
|||
* @author Andreas Schildbach
|
||||
*/
|
||||
public class WienProvider extends AbstractEfaProvider {
|
||||
private final static String API_BASE = "http://www.wienerlinien.at/ogd_routing/";
|
||||
private final static String API_BASE = "https://www.wienerlinien.at/ogd_routing/";
|
||||
|
||||
public WienProvider() {
|
||||
super(NetworkId.WIEN, API_BASE);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue