ADD VOLUME_MOUNT

This commit is contained in:
2023-08-21 13:49:08 +02:00
parent b909a09a3e
commit b81ab68cea
+1
View File
@@ -89,6 +89,7 @@ async def getclient(get: CL.CL_GET_CLIENT,api_key: APIKey = Depends(auth.get_api
@app.post("/info/addclient")
async def addclient(addclient: CL.CL_ADD_CLIENT,api_key: APIKey = Depends(auth.get_api_key)):
print(addclient.query)
database(addclient.query,addclient.database,"")
return f"Client wurde zur Datenbank hinzugefügt"