welcome
This commit is contained in:
@@ -576,6 +576,8 @@ public class FileManagerService {
|
||||
*/
|
||||
public FileManagerDto.StorageSpaceRes getStorageSpaceInfo() {
|
||||
// 설정값에서 경로 가져오기 (train.docker.base_path)
|
||||
|
||||
log.info("basePath = {}",basePath);
|
||||
String directoryPath = basePath;
|
||||
|
||||
Path directory = Paths.get(directoryPath);
|
||||
|
||||
Reference in New Issue
Block a user