mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-09 23:08:49 +00:00
TLEM: Fix API base.
This commit is contained in:
parent
ce1ed56051
commit
eea03585ea
1 changed files with 1 additions and 2 deletions
|
@ -35,9 +35,8 @@ import okhttp3.HttpUrl;
|
|||
* @author Andreas Schildbach
|
||||
*/
|
||||
public class TlemProvider extends AbstractEfaProvider {
|
||||
private static final HttpUrl API_BASE = HttpUrl.parse("https://www.travelinesw.com/em/");
|
||||
private static final HttpUrl API_BASE = HttpUrl.parse("https://nationaljourneyplanner.travelinesw.com/swe/");
|
||||
// http://www.travelineeastmidlands.co.uk/em/
|
||||
// http://www.travelinesw.com/swe/
|
||||
// http://www.travelinesoutheast.org.uk/se/
|
||||
// http://www.travelineeastanglia.org.uk/ea/
|
||||
// http://www.travelinemidlands.co.uk/wmtis/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue