mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-09 17:28:49 +00:00
Sydney: Update API base.
This commit is contained in:
parent
f7010ddb1d
commit
bd69ba7ba9
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ import okhttp3.HttpUrl;
|
||||||
* @author Andreas Schildbach
|
* @author Andreas Schildbach
|
||||||
*/
|
*/
|
||||||
public class SydneyProvider extends AbstractEfaProvider {
|
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() {
|
public SydneyProvider() {
|
||||||
super(NetworkId.SYDNEY, API_BASE);
|
super(NetworkId.SYDNEY, API_BASE);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue