forked from Qortal/qortal
Removed authentication for GET /peers/summary endpoint
This commit is contained in:
parent
940304b4c2
commit
051052fdd2
@ -352,10 +352,7 @@ public class PeersResource {
|
||||
)
|
||||
}
|
||||
)
|
||||
@SecurityRequirement(name = "apiKey")
|
||||
public PeersSummary peersSummary() {
|
||||
Security.checkApiCallAllowed(request);
|
||||
|
||||
PeersSummary peersSummary = new PeersSummary();
|
||||
|
||||
List<Peer> connectedPeers = Network.getInstance().getConnectedPeers().stream().collect(Collectors.toList());
|
||||
|
Loading…
Reference in New Issue
Block a user