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 +}