mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-07 06:08:51 +00:00
Adapt to: VBB: Require API authorization.
This commit is contained in:
parent
e532908f43
commit
436098bc1a
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ public final class NetworkProviderFactory {
|
|||
else if (networkId.equals(NetworkId.BVG))
|
||||
return new BvgProvider("{\"aid\":\"1Rxs112shyHLatUX4fofnmdxK\",\"type\":\"AID\"}");
|
||||
else if (networkId.equals(NetworkId.VBB))
|
||||
return new VbbProvider();
|
||||
return new VbbProvider("{\"type\":\"AID\",\"aid\":\"hafas-vbb-apps\"}");
|
||||
else if (networkId.equals(NetworkId.NVV))
|
||||
return new NvvProvider("{\"type\":\"AID\",\"aid\":\"Kt8eNOH7qjVeSxNA\"}");
|
||||
else if (networkId.equals(NetworkId.BAYERN))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue