mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-07 21:38:49 +00:00
NetworkProviderFactory: Update API authorization for Luxembourg.
This commit is contained in:
parent
6aae4f0949
commit
1212c5a0db
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ public final class NetworkProviderFactory {
|
|||
else if (networkId.equals(NetworkId.SNCB))
|
||||
return new SncbProvider("{\"type\":\"AID\",\"aid\":\"sncb-mobi\"}");
|
||||
else if (networkId.equals(NetworkId.LU))
|
||||
return new LuProvider("{\"type\":\"AID\",\"aid\":\"Aqf9kNqJLjxFx6vv\"}");
|
||||
return new LuProvider("{\"type\":\"AID\",\"aid\":\"SkC81GuwuzL4e0\"}");
|
||||
else if (networkId.equals(NetworkId.NS))
|
||||
return new NsProvider();
|
||||
else if (networkId.equals(NetworkId.DSB))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue