Untitled
unknown
plain_text
a year ago
207 B
12
Indexable
@GetMapping("/get/{aid}")
public ResponseEntity<Object> getIps(@PathVariable String aid) throws Exception {
return ResponseEntity.ok(ApplicationManager.getInstance().getInHashset(aid));
}Editor is loading...
Leave a Comment