ADD VOLUME_MOUNT

This commit is contained in:
2023-08-21 13:42:29 +02:00
parent 2e5eae6eff
commit b909a09a3e
2 changed files with 10 additions and 0 deletions
+4
View File
@@ -67,3 +67,7 @@ class CL_GET_VOLUMES(BaseModel):
class CL_GET_CLIENT(BaseModel):
name: str
class CL_ADD_CLIENT(BaseModel):
query: str
database: str