Implemented api key deletion
This commit is contained in:
@ -232,7 +232,7 @@ router.post('documents.delete', auth(), async (ctx) => {
|
||||
}
|
||||
|
||||
ctx.body = {
|
||||
ok: true,
|
||||
success: true,
|
||||
};
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user