mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-08 16:28:48 +00:00
Adapt to: CMTA: Require API authorization.
This commit is contained in:
parent
421a3d704e
commit
9041cf0f67
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ public final class NetworkProviderFactory {
|
|||
else if (networkId.equals(NetworkId.RTACHICAGO))
|
||||
return new RtaChicagoProvider();
|
||||
else if (networkId.equals(NetworkId.CMTA))
|
||||
return new CmtaProvider();
|
||||
return new CmtaProvider("{\"type\":\"AID\",\"aid\":\"web9j2nak29uz41irb\"}");
|
||||
else if (networkId.equals(NetworkId.SYDNEY))
|
||||
return new SydneyProvider();
|
||||
else if (networkId.equals(NetworkId.NICARAGUA))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue