Untitled

 avatar
unknown
plain_text
10 months ago
260 B
6
Indexable
 @PostMapping("/insertdata")
    public ResponseEntity<String> insertDataIpFilter(@RequestBody MultipartFile file) throws Exception {
        ipFilterService.processIPFilterFile(file);
        return ResponseEntity.ok("File processed successfully.");
    }
Editor is loading...
Leave a Comment