mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-13 16:20:34 +00:00
Update API base for Bologna.
This commit is contained in:
parent
2dd83ef12e
commit
9e0f79d063
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ import de.schildbach.pte.dto.LocationType;
|
||||||
public class AtcProvider extends AbstractEfaProvider
|
public class AtcProvider extends AbstractEfaProvider
|
||||||
{
|
{
|
||||||
public static final NetworkId NETWORK_ID = NetworkId.ATC;
|
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()
|
public AtcProvider()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue