ADD VOLUME_MOUNT
parent
2dcde4858b
commit
30a736fc60
2
main.py
2
main.py
|
|
@ -81,7 +81,7 @@ async def getclient(get: CL.CL_GET_CLIENT,api_key: APIKey = Depends(auth.get_api
|
||||||
if not result:
|
if not result:
|
||||||
return False
|
return False
|
||||||
else:
|
else:
|
||||||
return result
|
return result[0][0]
|
||||||
|
|
||||||
@app.post("/info/getdatabase")
|
@app.post("/info/getdatabase")
|
||||||
async def getdatabase(get: CL.CL_GET_DATABASE,api_key: APIKey = Depends(auth.get_api_key)):
|
async def getdatabase(get: CL.CL_GET_DATABASE,api_key: APIKey = Depends(auth.get_api_key)):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue