add
This commit is contained in:
@ -21,7 +21,7 @@ import org.springframework.web.multipart.MultipartFile;
|
||||
@RequiredArgsConstructor
|
||||
public class FileServiceImpl implements FileService {
|
||||
|
||||
private FileConfig fileConfig;
|
||||
private final FileConfig fileConfig;
|
||||
|
||||
@Override
|
||||
public String upload(MultipartFile file) {
|
||||
|
Reference in New Issue
Block a user