Untitled
unknown
plain_text
9 months ago
207 B
9
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