mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-07 06:08:52 +00:00
VVO: Update API base.
This commit is contained in:
parent
3352a5a591
commit
f1146d14a4
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ import okhttp3.HttpUrl;
|
||||||
* @author Andreas Schildbach
|
* @author Andreas Schildbach
|
||||||
*/
|
*/
|
||||||
public class VvoProvider extends AbstractEfaProvider {
|
public class VvoProvider extends AbstractEfaProvider {
|
||||||
private static final HttpUrl API_BASE = HttpUrl.parse("http://efa.vvo-online.de:8080/dvb/");
|
private static final HttpUrl API_BASE = HttpUrl.parse("http://efa.vvo-online.de:8080/std3/");
|
||||||
private static final String STOP_FINDER_ENDPOINT = "XSLT_STOPFINDER_REQUEST";
|
private static final String STOP_FINDER_ENDPOINT = "XSLT_STOPFINDER_REQUEST";
|
||||||
private static final String COORD_ENDPOINT = "XSLT_COORD_REQUEST";
|
private static final String COORD_ENDPOINT = "XSLT_COORD_REQUEST";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue