mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-13 16:20:34 +00:00
Bayern: Update API base to HTTPS.
This commit is contained in:
parent
90b0cc02cd
commit
193837ec83
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ import okhttp3.HttpUrl;
|
|||
* @author Andreas Schildbach
|
||||
*/
|
||||
public class BayernProvider extends AbstractEfaProvider {
|
||||
private static final HttpUrl API_BASE = HttpUrl.parse("http://mobile.defas-fgi.de/beg/");
|
||||
private static final HttpUrl API_BASE = HttpUrl.parse("https://mobile.defas-fgi.de/beg/");
|
||||
// http://mobile.defas-fgi.de/xml/
|
||||
|
||||
private static final String DEPARTURE_MONITOR_ENDPOINT = "XML_DM_REQUEST";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue