관리자 관리 수정
This commit is contained in:
@@ -74,8 +74,7 @@ public class MapSheetMngFileCheckerApiController {
|
||||
@Operation(summary = "파일 업로드", description = "파일 업로드 및 TIF 검증")
|
||||
@PostMapping(value = "/upload", consumes = MediaType.MULTIPART_FORM_DATA_VALUE)
|
||||
public ApiResponseDto<String> uploadFile(
|
||||
@RequestPart("file") MultipartFile file,
|
||||
@RequestParam("targetPath") String targetPath) {
|
||||
@RequestPart("file") MultipartFile file, @RequestParam("targetPath") String targetPath) {
|
||||
return ApiResponseDto.createOK(mapSheetMngFileCheckerService.uploadFile(file, targetPath));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user