diff --git a/api.py b/api.py index 555f6b7..61e9a85 100644 --- a/api.py +++ b/api.py @@ -384,7 +384,7 @@ async def ajouter_client( return { "success": True, "message": "Client créé avec succès", - "client": nouveau_client + "data": nouveau_client } except Exception as e: