Untitled

mail@pastecode.io avatar
unknown
plain_text
17 days ago
207 B
4
Indexable
Never
 @GetMapping("/get/{aid}")
    public ResponseEntity<Object> getIps(@PathVariable String aid) throws Exception {
        return ResponseEntity.ok(ApplicationManager.getInstance().getInHashset(aid));
    }
Leave a Comment