ADD VOLUME_MOUNT
parent
b909a09a3e
commit
b81ab68cea
1
main.py
1
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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue