SUPPORT-8771:fixes
This commit is contained in:
parent
59ad00fab4
commit
d263982be1
1 changed files with 4 additions and 1 deletions
|
|
@ -4,7 +4,10 @@ import org.slf4j.Logger;
|
||||||
import org.slf4j.LoggerFactory;
|
import org.slf4j.LoggerFactory;
|
||||||
import org.springframework.http.HttpStatus;
|
import org.springframework.http.HttpStatus;
|
||||||
import org.springframework.http.ResponseEntity;
|
import org.springframework.http.ResponseEntity;
|
||||||
import org.springframework.web.bind.annotation.*;
|
import org.springframework.web.bind.annotation.PostMapping;
|
||||||
|
import org.springframework.web.bind.annotation.RequestPart;
|
||||||
|
import org.springframework.web.bind.annotation.RestController;
|
||||||
|
import org.springframework.web.bind.annotation.RequestMapping;
|
||||||
import org.springframework.web.multipart.MultipartFile;
|
import org.springframework.web.multipart.MultipartFile;
|
||||||
import ru.micord.av.service.model.ScanResult;
|
import ru.micord.av.service.model.ScanResult;
|
||||||
import ru.micord.av.service.service.FileScanService;
|
import ru.micord.av.service.service.FileScanService;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue