mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-09 08:48:47 +00:00
VOR: Update API base to HTTPS.
This commit is contained in:
parent
6a35f5bd88
commit
6fb6fb5cb5
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ import de.schildbach.pte.dto.Style;
|
||||||
*/
|
*/
|
||||||
public class VorProvider extends AbstractEfaProvider
|
public class VorProvider extends AbstractEfaProvider
|
||||||
{
|
{
|
||||||
private final static String API_BASE = "http://efa.vor.at/vor/";
|
private final static String API_BASE = "https://efa.vor.at/vor/";
|
||||||
|
|
||||||
public VorProvider()
|
public VorProvider()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue