VOR: Update API base to HTTPS.

This commit is contained in:
Andreas Schildbach 2016-07-07 16:30:16 +02:00
parent 6a35f5bd88
commit 6fb6fb5cb5

View file

@ -37,7 +37,7 @@ import de.schildbach.pte.dto.Style;
*/
public class VorProvider extends AbstractEfaProvider
{
private final static String API_BASE = "http://efa.vor.at/vor/";
private final static String API_BASE = "https://efa.vor.at/vor/";
public VorProvider()
{