We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd169df commit 28b0fe0Copy full SHA for 28b0fe0
1 file changed
adminforth/commands/createApp/templates/api.ts.hbs
@@ -5,7 +5,7 @@ export function initApi(app: Express, admin: IAdminForth) {
5
6
// you can use data API to work with your database https://adminforth.dev/docs/tutorial/Customization/dataApi/
7
async (req: Request, res: Response) => {
8
- // req.adminUser to get info about the logged-in admin user
+ // 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",
0 commit comments