feat : List of who are not login in mentioned time duration

This commit is contained in:
2025-11-14 13:22:13 +05:30
parent 3262ff53bf
commit 12750e833c
3 changed files with 127 additions and 84 deletions

View File

@@ -7,5 +7,6 @@ router.post('/active_users', reportController.active_users);
router.post('/in-active_users', reportController.inactive_users);
router.post('/transaction_report', reportController.getTransactions);
router.post('/failed_transaction_report', reportController.getFailedTransactions);
router.post('/not_logged_in', reportController.getDetailsOfNotLoginWithinDuration);
module.exports = router;