diff --git a/main.py b/main.py index 6888f96..285b912 100644 --- a/main.py +++ b/main.py @@ -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"