This commit is contained in:
2026-07-02 21:25:36 +07:00
commit c1820e5ec4
6 changed files with 632 additions and 0 deletions

17
my_server/db.json Normal file
View File

@@ -0,0 +1,17 @@
{
"categories": [
{
"id": "1",
"title": "danh mục 1"
},
{
"title": "máy tính",
"id": "AMUcXIK-Jqw"
},
{
"title": "điện thoại",
"id": "IkG97XoMWpw"
}
],
"$schema": "./node_modules/json-server/schema.json"
}