Untitled

 avatar
unknown
plain_text
9 months ago
275 B
7
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