Update API base for Bologna.

This commit is contained in:
Andreas Schildbach 2014-02-10 09:42:51 +01:00
parent 2dd83ef12e
commit 9e0f79d063

View file

@ -29,7 +29,7 @@ import de.schildbach.pte.dto.LocationType;
public class AtcProvider extends AbstractEfaProvider
{
public static final NetworkId NETWORK_ID = NetworkId.ATC;
private final static String API_BASE = "http://tpweb.atc.bo.it/atc2/"; // "http://82.187.83.50/TravelPlanner/"
private final static String API_BASE = "http://82.187.83.50/TravelPlanner/"; // "http://cisium.webhop.net/TravelPlanner/"
public AtcProvider()
{