mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-06 15:18:49 +00:00
NVBW: update API base
This commit is contained in:
parent
839a7483de
commit
0013bdff08
1 changed files with 1 additions and 3 deletions
|
@ -35,9 +35,7 @@ import okhttp3.HttpUrl;
|
||||||
* @author Andreas Schildbach
|
* @author Andreas Schildbach
|
||||||
*/
|
*/
|
||||||
public class NvbwProvider extends AbstractEfaProvider {
|
public class NvbwProvider extends AbstractEfaProvider {
|
||||||
private final static HttpUrl API_BASE = HttpUrl.parse("https://www.efa-bw.de/nvbw3L/");
|
private final static HttpUrl API_BASE = HttpUrl.parse("https://www.efa-bw.de/nvbw/");
|
||||||
// https://efaserver.vag-freiburg.de/vagfr/
|
|
||||||
// http://efa2.naldo.de/naldo/
|
|
||||||
|
|
||||||
public NvbwProvider() {
|
public NvbwProvider() {
|
||||||
super(NetworkId.NVBW, API_BASE);
|
super(NetworkId.NVBW, API_BASE);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue