mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-16 17:39:49 +00:00
Navitia: Update API base to HTTPS.
This commit is contained in:
parent
931dafb628
commit
0518453fb1
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ public abstract class AbstractNavitiaProvider extends AbstractNetworkProvider {
|
|||
protected final static String SERVER_PRODUCT = "navitia";
|
||||
protected final static String SERVER_VERSION = "v1";
|
||||
|
||||
protected String apiBase = "http://api.navitia.io/" + SERVER_VERSION + "/";
|
||||
protected String apiBase = "https://api.navitia.io/" + SERVER_VERSION + "/";
|
||||
|
||||
private enum PlaceType {
|
||||
ADDRESS, ADMINISTRATIVE_REGION, POI, STOP_POINT, STOP_AREA
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue