mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-06 17:38:48 +00:00
NetworkProviderFactory: update custom API base for GVH
This commit is contained in:
parent
1ec70d1886
commit
1d4fd6e102
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ public final class NetworkProviderFactory {
|
|||
else if (networkId.equals(NetworkId.SH))
|
||||
return new ShProvider("{\"aid\":\"r0Ot9FLFNAFxijLW\",\"type\":\"AID\"}");
|
||||
else if (networkId.equals(NetworkId.GVH))
|
||||
return new GvhProvider(HttpUrl.parse("https://www.efa.de/app_oeffi/"));
|
||||
return new GvhProvider(HttpUrl.parse("https://gvh.efa.de/app_oeffi/"));
|
||||
else if (networkId.equals(NetworkId.BSVAG))
|
||||
return new BsvagProvider();
|
||||
else if (networkId.equals(NetworkId.VBN))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue