mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-07 16:18:49 +00:00
NetworkProviderFactory: remove custom API base for GVH
This commit is contained in:
parent
61c201eb2b
commit
332f0c06b8
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,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://gvh.efa.de/app_oeffi/"));
|
||||
return new GvhProvider();
|
||||
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