Untitled

 avatar
unknown
plain_text
2 years ago
207 B
15
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