Improve doc
This commit is contained in:
parent
f9b2da1bb0
commit
f88ac3c04e
8 changed files with 63 additions and 32 deletions
|
|
@ -8,7 +8,12 @@ export const meta = {
|
|||
|
||||
requireCredential: true,
|
||||
|
||||
params: {}
|
||||
params: {},
|
||||
|
||||
res: {
|
||||
type: 'entity',
|
||||
entity: 'User'
|
||||
}
|
||||
};
|
||||
|
||||
export default (params: any, user: ILocalUser, app: IApp) => new Promise(async (res, rej) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue