mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-16 01:19:49 +00:00
VVV: Update API base.
This commit is contained in:
parent
beeb258437
commit
18bead0b27
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ import okhttp3.HttpUrl;
|
|||
* @author Andreas Schildbach
|
||||
*/
|
||||
public class VvvProvider extends AbstractEfaProvider {
|
||||
private static final HttpUrl API_BASE = HttpUrl.parse("http://195.30.98.162:8081/vvv2/");
|
||||
private static final HttpUrl API_BASE = HttpUrl.parse("https://vogtlandauskunft.de/vvv2/");
|
||||
|
||||
public VvvProvider() {
|
||||
super(NetworkId.VVV, API_BASE);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue