From a6814ba5a91b0cdcc614fc0f7182e96870484e8d Mon Sep 17 00:00:00 2001 From: Vincent BENOIT Date: Mon, 28 Mar 2022 15:39:51 +0200 Subject: [PATCH] =?UTF-8?q?push=20de=20la=20base=20de=20donn=C3=A9es?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/db.json b/db.json index e00ceb8..756c20c 100644 --- a/db.json +++ b/db.json @@ -1,10 +1,10 @@ { "employees": [ { + "id": 1, "nom": "benoit", "prenom": "vincent", - "role": "ingénieur", - "id": 1 + "role": "ingénieur" }, { "id": 2, @@ -19,4 +19,4 @@ "role": "responsable" } ] -} \ No newline at end of file +}