BVG: Update API base.

This commit is contained in:
Andreas Schildbach 2015-06-19 10:02:00 +02:00
parent c8e0bae71b
commit 6e1189f3ab

View file

@ -37,7 +37,7 @@ import de.schildbach.pte.geo.Berlin;
*/
public final class BvgProvider extends AbstractHafasProvider
{
private static final String API_BASE = "http://fahrinfo.bvg.de/Fahrinfo/bin/";
private static final String API_BASE = "https://fahrinfo.bvg.de/Fahrinfo/bin/";
private static final String API_BASE_STATION_BOARD = "http://bvg.hafas.de/bin/";
public BvgProvider()