Skip to content

Commit

Permalink
feat(order): no changes
Browse files Browse the repository at this point in the history
  • Loading branch information
TanNguyen17112003 committed Oct 3, 2023
1 parent 3fcb277 commit 8baf29e
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion db.json
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@
{}
{
"posts": [
{
"id": 1,
"title": "json-server",
"author": "typicode"
}
],
"comments": [
{
"id": 1,
"body": "some comment",
"postId": 1
}
],
"profile": {
"name": "typicode"
}
}

0 comments on commit 8baf29e

Please sign in to comment.