mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-06 15:18: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
|
||||
*/
|
||||
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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue