download(..) 수정

master
mjkhan21 6 months ago
parent 35af3fd4ad
commit b618ebae1d

@ -88,7 +88,7 @@ public class FileController extends AbstractController {
FileInfo fileInfo = fileService.getFile(fileID);
fileService.updateDownloadCount(fileID);
return new ModelAndView("downloadView")
.addObject("file", fileInfo);
.addObject("download", FileInfoFactory.getDownloadable(fileInfo));
}
/** .

Loading…
Cancel
Save