We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28b0fe0 commit 911af8bCopy full SHA for 911af8b
adminforth/commands/createApp/templates/api.ts.hbs
@@ -8,7 +8,7 @@ export function initApi(app: Express, admin: IAdminForth) {
8
// req.adminUser to get info about the admin users
9
const allUsers = await admin.resource("adminuser").list([]);
10
res.json({
11
- message: "List of admin user from AdminForth API",
+ message: "List of admin users from AdminForth API",
12
users: allUsers,
13
});
14
}
0 commit comments