1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-05 01:55:36 +02:00
This commit is contained in:
tamaina
2023-05-29 16:47:49 +00:00
parent 68a2aa3efd
commit 931cea75b6
4 changed files with 67 additions and 35 deletions

View File

@@ -1650,6 +1650,9 @@ export const endpoints = {
}
}],
},
'admin/show-user': {
},
} as const satisfies { [x: string]: IEndpointMeta; };
/**