mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-12 22:18:48 +00:00
GVH: Update API base to HTTPS.
This commit is contained in:
parent
193837ec83
commit
10bedb42b5
1 changed files with 2 additions and 2 deletions
|
@ -32,9 +32,9 @@ import okhttp3.HttpUrl;
|
|||
* @author Andreas Schildbach
|
||||
*/
|
||||
public class GvhProvider extends AbstractEfaProvider {
|
||||
private static final HttpUrl API_BASE = HttpUrl.parse("http://bhb.efa.de/bhb/");
|
||||
private static final HttpUrl API_BASE = HttpUrl.parse("https://bhb.efa.de/bhb/");
|
||||
// http://www.efa.de/efaws2/cmsembedded_gvh/
|
||||
// http://bhb.efa.de/bhb/
|
||||
// https://bhb.efa.de/bhb/
|
||||
// http://mobil.efa.de/mobile3/
|
||||
|
||||
public GvhProvider() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue