ADD VOLUME_MOUNT
parent
b81ab68cea
commit
6fab57646b
2
main.py
2
main.py
|
|
@ -77,7 +77,7 @@ async def getvolume(get: CL.CL_GET_VOLUMES,api_key: APIKey = Depends(auth.get_ap
|
||||||
if not result:
|
if not result:
|
||||||
return False
|
return False
|
||||||
else:
|
else:
|
||||||
return result[0][0]
|
return result
|
||||||
|
|
||||||
@app.post("/info/getclient")
|
@app.post("/info/getclient")
|
||||||
async def getclient(get: CL.CL_GET_CLIENT,api_key: APIKey = Depends(auth.get_api_key)):
|
async def getclient(get: CL.CL_GET_CLIENT,api_key: APIKey = Depends(auth.get_api_key)):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue