mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-08 00:08:49 +00:00
GVH: update API base
This commit is contained in:
parent
323610558e
commit
f30b49dbb0
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ import okhttp3.HttpUrl;
|
||||||
* @author Andreas Schildbach
|
* @author Andreas Schildbach
|
||||||
*/
|
*/
|
||||||
public class GvhProvider extends AbstractEfaProvider {
|
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() {
|
public GvhProvider() {
|
||||||
this(API_BASE);
|
this(API_BASE);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue