1
0
mirror of https://gitlab.com/comunic/comunicapiv2 synced 2025-06-24 10:23:28 +00:00

Start group deletion

This commit is contained in:
2020-03-26 16:37:40 +01:00
parent 21a5e0df2e
commit 7375152fcf
4 changed files with 69 additions and 2 deletions

View File

@ -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();
}
/**