data dari api

This commit is contained in:
2025-06-04 08:54:26 +07:00
parent 49770ba9f0
commit 3b288fd861
13 changed files with 385 additions and 36 deletions
+31 -6
View File
@@ -2,20 +2,24 @@
"_id": {
"$oid": "683da37c1b8c132fda4b32f7"
},
"type_user_id": "683d57b2bccc67d467a9e10f",
"menu_id": "683d582ebccc67d467a9e114",
"type_user_id": {
"$oid": "683d57b2bccc67d467a9e10f"
},
"menu_id": {
"$oid": "683d582ebccc67d467a9e114"
},
"access": [
{
"add": 0
"add": 1
},
{
"update": 0
"update": 1
},
{
"read": 0
"read": 1
},
{
"delete": 0
"delete": 1
}
]
},
@@ -123,4 +127,25 @@
"delete": 0
}
]
},
{
"_id": {
"$oid": "683f35251b8c132fda4b3338"
},
"type_user_id": "683d5805bccc67d467a9e110",
"menu_id": "683d582ebccc67d467a9e114",
"access": [
{
"add": 1
},
{
"update": 1
},
{
"read": 1
},
{
"delete": 1
}
]
}]