mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-12 22:18:48 +00:00
INVG: Update API base to HTTPS.
This commit is contained in:
parent
10bedb42b5
commit
cbdacd5be5
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ import okhttp3.HttpUrl;
|
||||||
* @author Andreas Schildbach
|
* @author Andreas Schildbach
|
||||||
*/
|
*/
|
||||||
public class InvgProvider extends AbstractHafasLegacyProvider {
|
public class InvgProvider extends AbstractHafasLegacyProvider {
|
||||||
private static final HttpUrl API_BASE = HttpUrl.parse("http://fpa.invg.de/bin/");
|
private static final HttpUrl API_BASE = HttpUrl.parse("https://fpa.invg.de/bin/");
|
||||||
// http://invg.hafas.de/bin/
|
// http://invg.hafas.de/bin/
|
||||||
private static final Product[] PRODUCTS_MAP = { null, null, null, null, null, null, null, null, null, null };
|
private static final Product[] PRODUCTS_MAP = { null, null, null, null, null, null, null, null, null, null };
|
||||||
private static final long PARSER_DAY_ROLLOVER_THRESHOLD_MS = 12 * 60 * 60 * 1000;
|
private static final long PARSER_DAY_ROLLOVER_THRESHOLD_MS = 12 * 60 * 60 * 1000;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue