mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-07 22:48:49 +00:00
GVH: Update API base.
This commit is contained in:
parent
b462b74ac8
commit
57c2544837
1 changed files with 2 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright 2010-2015 the original author or authors.
|
* Copyright the original author or authors.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -32,10 +32,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://bhb.efa.de/bhb/");
|
private static final HttpUrl API_BASE = HttpUrl.parse("https://app.efa.de/mdv_server/app_gvh/");
|
||||||
// http://www.efa.de/efaws2/cmsembedded_gvh/
|
|
||||||
// https://bhb.efa.de/bhb/
|
|
||||||
// http://mobil.efa.de/mobile3/
|
|
||||||
|
|
||||||
public GvhProvider() {
|
public GvhProvider() {
|
||||||
this(API_BASE);
|
this(API_BASE);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue