mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-07 16:58:49 +00:00
VVO: update API base to HTTPS
This commit is contained in:
parent
72f8bfbe54
commit
a2f92fe4a9
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ import okhttp3.HttpUrl;
|
|||
* @author Andreas Schildbach
|
||||
*/
|
||||
public class VvoProvider extends AbstractEfaProvider {
|
||||
private static final HttpUrl API_BASE = HttpUrl.parse("http://efa.vvo-online.de:8080/std3/");
|
||||
private static final HttpUrl API_BASE = HttpUrl.parse("https://efa.vvo-online.de/std3/");
|
||||
private static final String STOP_FINDER_ENDPOINT = "XSLT_STOPFINDER_REQUEST";
|
||||
private static final String COORD_ENDPOINT = "XSLT_COORD_REQUEST";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue