fix: error message from backend

This commit is contained in:
Nicolas Meienberger
2025-09-27 12:00:32 +02:00
parent ca7c6c7ecf
commit 9f3fb8a302
4 changed files with 13 additions and 7 deletions

View File

@@ -7,17 +7,17 @@ import {
type GetVolumeResponseDto,
getContainersDto,
getVolumeDto,
healthCheckDto,
type ListContainersResponseDto,
type ListVolumesResponseDto,
listVolumesDto,
mountVolumeDto,
testConnectionBody,
testConnectionDto,
type UpdateVolumeResponseDto,
unmountVolumeDto,
updateVolumeBody,
updateVolumeDto,
healthCheckDto,
type UpdateVolumeResponseDto,
} from "./volume.dto";
import { volumeService } from "./volume.service";