mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2025-07-10 03:52:49 +00:00
Can delete accounts
This commit is contained in:
@ -308,7 +308,7 @@ export class AccountController {
|
|||||||
|
|
||||||
await AccountHelper.Delete(h.getUserId());
|
await AccountHelper.Delete(h.getUserId());
|
||||||
|
|
||||||
h.error(500, "Method not completely implemented yet.");
|
h.success();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user