Sydney: Update API base.

This commit is contained in:
Andreas Schildbach 2017-03-30 19:45:24 +02:00
parent f7010ddb1d
commit bd69ba7ba9

View file

@ -36,7 +36,7 @@ import okhttp3.HttpUrl;
* @author Andreas Schildbach
*/
public class SydneyProvider extends AbstractEfaProvider {
private static final HttpUrl API_BASE = HttpUrl.parse("https://tp.transportnsw.info/nsw/");
private static final HttpUrl API_BASE = HttpUrl.parse("https://transportnsw.info/web/");
public SydneyProvider() {
super(NetworkId.SYDNEY, API_BASE);