Untitled
unknown
plain_text
2 years ago
260 B
22
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