mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-16 01:19:49 +00:00
VRN: Update API base.
This commit is contained in:
parent
3e2aa33f6f
commit
5daefdbc56
1 changed files with 1 additions and 4 deletions
|
@ -33,10 +33,7 @@ import de.schildbach.pte.dto.Style.Shape;
|
|||
* @author Andreas Schildbach
|
||||
*/
|
||||
public class VrnProvider extends AbstractEfaProvider {
|
||||
private static final String API_BASE = "http://fahrplanauskunft.vrn.de/vrn/";
|
||||
|
||||
// http://fahrplanauskunft.vrn.de/vrn_mobile/
|
||||
// http://efa9.vrn.de/vrt/
|
||||
private static final String API_BASE = "https://www.vrn.de/mngvrn/";
|
||||
|
||||
public VrnProvider() {
|
||||
super(NetworkId.VRN, API_BASE);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue