From 9a82be27aad4289a7e630b2846c65238f0cada8b Mon Sep 17 00:00:00 2001 From: Aleksey Filippov Date: Thu, 14 Nov 2024 15:11:12 +0400 Subject: [PATCH] Clear DB --- db.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/db.json b/db.json index 11daf39..ce524a4 100644 --- a/db.json +++ b/db.json @@ -1,7 +1,4 @@ { - "posts": [{ "id": 1, "title": "json-server", "author": "typicode" }], - "comments": [{ "id": 1, "body": "some comment", "postId": 1 }], - "profile": { "name": "typicode" }, "students": [ { "id": 1,