From 2b02d6001be0e38f701a126b719bcc0b7dc2f228 Mon Sep 17 00:00:00 2001 From: MTAZero Date: Sun, 4 Feb 2018 18:03:36 +0700 Subject: [PATCH] Test Test --- db.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/db.json b/db.json index 7e0d3c0a92..18a729f738 100644 --- a/db.json +++ b/db.json @@ -1,14 +1,14 @@ { "posts": [ - { "id": 1, "title": "Post 1" }, - { "id": 2, "title": "Post 2" }, - { "id": 3, "title": "Post 3" } + { "id": 1, "title": "Post 4" }, + { "id": 2, "title": "Post 5" }, + { "id": 3, "title": "Post 6" } ], "comments": [ { "id": 1, "body": "some comment", "postId": 1 }, { "id": 2, "body": "some comment", "postId": 1 } ], "profile": { - "name": "typicode" + "name": "Yeah" } }