Sharafat #11

Merged
abumahid merged 6 commits from sharafat into main 2026-06-17 16:14:29 +00:00
Showing only changes of commit c05266a522 - Show all commits
+2 -1
View File
@@ -25,7 +25,8 @@ const get_all_users_from_db = async (req: Request) => {
}
});
return result;
const usersCount = await prisma.profile.count();
return{ result,usersCount,page,limit,skip};
};
const get_single_users_from_db = async (req: Request) => {