We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 545f5e4 commit 928919eCopy full SHA for 928919e
1 file changed
adminforth/commands/createApp/templates/api.ts.hbs
@@ -10,7 +10,7 @@ export function initApi(app: Express, admin: IAdminForth) {
10
async (req: Request, res: Response) => {
11
const allUsers = await admin.resource("adminuser").list([]);
12
res.json({
13
- message: "List of adminuser from AdminForth API",
+ message: "List of logged-in admin user from AdminForth API",
14
users: allUsers,
15
});
16
}
0 commit comments