This commit is contained in:
2025-10-08 06:58:27 +07:00
commit 8468f024c7
27 changed files with 6081 additions and 0 deletions

11
db.json Normal file
View File

@@ -0,0 +1,11 @@
{
"users": [
{
"id": "aaaa",
"displayName": "Quản Trị 1",
"email": "admin@gmail.com",
"password": "123",
"isAdmin": true
}
]
}