ADD VOLUME_MOUNT

This commit is contained in:
2023-08-21 12:56:29 +02:00
parent f3678e40e5
commit 0e16e42cea
2 changed files with 7 additions and 0 deletions
+3
View File
@@ -61,3 +61,6 @@ class CL_GET_VOLUME(BaseModel):
class CL_GET_DATABASE(BaseModel):
ip: str
class CL_GET_VOLUMES(BaseModel):
name: str
database: str