feat : add group

This commit is contained in:
lukman
2024-07-30 15:07:41 +08:00
parent 459546dff4
commit a336728d0c
11 changed files with 378 additions and 243 deletions

View File

@@ -9,14 +9,14 @@ Content-Type: application/json
// GROUP
###
GET http://localhost:3000/api/group/get?path=list-group&villageId=121212 HTTP/1.1
GET http://localhost:3000/api/group/get?path=get-all-group&villageId=121212&active=true HTTP/1.1
###
POST http://localhost:3000/api/group/post?path=create-group HTTP/1.1
Content-Type: application/json
{
"name": "amalia2",
"name": "LPD 3",
"idVillage": "121212"
}