mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2025-06-24 10:23:28 +00:00
Start group deletion
This commit is contained in:
@ -570,8 +570,9 @@ export class GroupsController {
|
||||
|
||||
await h.needUserPostPassword("password");
|
||||
|
||||
// TODO : implement method
|
||||
h.error(500, "Method not implemented yet!");
|
||||
await GroupsHelper.Delete(groupID);
|
||||
|
||||
h.success();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user