Untitled

 avatar
unknown
plain_text
a year ago
275 B
9
Indexable
    @PutMapping("/update")
    public ResponseEntity<String> updateIP(@RequestBody ClientIP clientIP) {
        ApplicationManager.getInstance().setInHashset(clientIP.getAid(), clientIP.getIps());

        return ResponseEntity.ok("Service updated successfully.");
    }
Editor is loading...
Leave a Comment