ADD VOLUME_MOUNT

This commit is contained in:
2023-08-21 13:11:08 +02:00
parent 2dcde4858b
commit 30a736fc60
+1 -1
View File
@@ -81,7 +81,7 @@ async def getclient(get: CL.CL_GET_CLIENT,api_key: APIKey = Depends(auth.get_api
if not result:
return False
else:
return result
return result[0][0]
@app.post("/info/getdatabase")
async def getdatabase(get: CL.CL_GET_DATABASE,api_key: APIKey = Depends(auth.get_api_key)):