mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-15 09:00:36 +00:00
Sydney: Update API base to HTTPS.
This commit is contained in:
parent
958fdc724a
commit
6a35f5bd88
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ import de.schildbach.pte.dto.Style;
|
||||||
*/
|
*/
|
||||||
public class SydneyProvider extends AbstractEfaProvider
|
public class SydneyProvider extends AbstractEfaProvider
|
||||||
{
|
{
|
||||||
private final static String API_BASE = "http://tp.transportnsw.info/nsw/";
|
private final static String API_BASE = "https://tp.transportnsw.info/nsw/";
|
||||||
|
|
||||||
public SydneyProvider()
|
public SydneyProvider()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue