Skip to content

Commit 911af8b

Browse files
committed
fix: change message
1 parent 28b0fe0 commit 911af8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adminforth/commands/createApp/templates/api.ts.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export function initApi(app: Express, admin: IAdminForth) {
88
// req.adminUser to get info about the admin users
99
const allUsers = await admin.resource("adminuser").list([]);
1010
res.json({
11-
message: "List of admin user from AdminForth API",
11+
message: "List of admin users from AdminForth API",
1212
users: allUsers,
1313
});
1414
}

0 commit comments

Comments
 (0)