ADD VOLUME_MOUNT

This commit is contained in:
2023-08-21 14:04:55 +02:00
parent 19cf1339f5
commit 86af68bbd0
+2 -1
View File
@@ -77,7 +77,8 @@ async def getvolume(get: CL.CL_GET_VOLUMES,api_key: APIKey = Depends(auth.get_ap
if not result:
return False
else:
return result[0]
for i in result:
return f"{id:1,result[0][0]}"
@app.post("/info/getclient")
async def getclient(get: CL.CL_GET_CLIENT,api_key: APIKey = Depends(auth.get_api_key)):