VVO: Update API base.

This commit is contained in:
Andreas Schildbach 2020-07-29 11:53:31 +02:00
parent 3352a5a591
commit f1146d14a4

View file

@ -30,7 +30,7 @@ import okhttp3.HttpUrl;
* @author Andreas Schildbach
*/
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 COORD_ENDPOINT = "XSLT_COORD_REQUEST";