Untitled
unknown
plain_text
a year ago
260 B
8
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