1
0
mirror of https://gitlab.com/comunic/comunicapiv2 synced 2024-11-22 05:19:22 +00:00

Can delete accounts

This commit is contained in:
Pierre HUBERT 2020-04-18 13:18:35 +02:00
parent 9cdb3260e5
commit aa5bb5da5e

View File

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