mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2024-11-22 05:19:22 +00:00
Can delete accounts
This commit is contained in:
parent
9cdb3260e5
commit
aa5bb5da5e
@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user