feat : add group
This commit is contained in:
4
api.http
4
api.http
@@ -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"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user