From f70c9d8b2b2e71565288e226089a6ffb7cdc9322 Mon Sep 17 00:00:00 2001 From: tamboliakram12 <34877934+tamboliakram12@users.noreply.github.com> Date: Wed, 27 Dec 2017 11:16:49 +0530 Subject: [PATCH 1/2] Update db.json --- db.json | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/db.json b/db.json index 7e0d3c0a92..491865fec6 100644 --- a/db.json +++ b/db.json @@ -1,14 +1,5 @@ -{ - "posts": [ - { "id": 1, "title": "Post 1" }, - { "id": 2, "title": "Post 2" }, - { "id": 3, "title": "Post 3" } - ], - "comments": [ - { "id": 1, "body": "some comment", "postId": 1 }, - { "id": 2, "body": "some comment", "postId": 1 } - ], - "profile": { - "name": "typicode" - } -} + [ + { "userName": "Akram Tamboli","email":"akram.tamboli@tieto.com","password" :"ak" }, + { "userName": "Vinayak Ahire","email":"vinayak.ahire@tieto.com","password" :"va" }, + { "userName": "Anil Rathod","email":"anil.rathod@tieto.com","password" :"ar" } +] From ce23e123115a1beb3c43b5b32db3074239220f20 Mon Sep 17 00:00:00 2001 From: tamboliakram12 <34877934+tamboliakram12@users.noreply.github.com> Date: Wed, 27 Dec 2017 11:18:35 +0530 Subject: [PATCH 2/2] Update db.json --- db.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/db.json b/db.json index 491865fec6..d65c8d3ecf 100644 --- a/db.json +++ b/db.json @@ -1,5 +1,2 @@ - [ - { "userName": "Akram Tamboli","email":"akram.tamboli@tieto.com","password" :"ak" }, - { "userName": "Vinayak Ahire","email":"vinayak.ahire@tieto.com","password" :"va" }, - { "userName": "Anil Rathod","email":"anil.rathod@tieto.com","password" :"ar" } -] + + { "userName": "Akram Tamboli","email":"akram.tamboli@tieto.com","password" :"ak" }