mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-15 00:50:31 +00:00
BSVAG: Update API base to HTTPS.
This commit is contained in:
parent
eee680dc31
commit
97fb0f55c9
1 changed files with 1 additions and 3 deletions
|
@ -35,9 +35,7 @@ import de.schildbach.pte.dto.Style;
|
|||
* @author Andreas Schildbach
|
||||
*/
|
||||
public class BsvagProvider extends AbstractEfaProvider {
|
||||
private final static String API_BASE = "http://bsvg.efa.de/bsvagstd/";
|
||||
|
||||
// http://212.68.73.240/vrbstd/
|
||||
private final static String API_BASE = "https://bsvg.efa.de/bsvagstd/";
|
||||
|
||||
public BsvagProvider() {
|
||||
super(NetworkId.BSVAG, API_BASE);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue