SUPPORT-8771:fix

This commit is contained in:
adel.kalimullin 2024-12-10 10:28:49 +03:00
parent 9311fc6b9e
commit ed4437054e

View file

@ -25,7 +25,7 @@ public class FileScanController {
this.fileScanService = fileScanService;
}
@PostMapping()
@PostMapping("/scan-file")
public ResponseEntity<?> scanFile(@RequestParam("file") MultipartFile file) {
if (file.isEmpty()) {
return ResponseEntity.badRequest().build();