GVH: update API base

This commit is contained in:
Andreas Schildbach 2023-12-03 14:18:45 +01:00
parent 323610558e
commit f30b49dbb0

View file

@ -33,7 +33,7 @@ import okhttp3.HttpUrl;
* @author Andreas Schildbach
*/
public class GvhProvider extends AbstractEfaProvider {
private static final HttpUrl API_BASE = HttpUrl.parse("https://app.efa.de/mdv_server/app_gvh/");
private static final HttpUrl API_BASE = HttpUrl.parse("https://app.efa.de/efa/");
public GvhProvider() {
this(API_BASE);