repair: resend chat all user & by user

This commit is contained in:
2026-01-04 19:20:43 +07:00
parent bedc948a74
commit 3eb403c557
7 changed files with 132 additions and 19 deletions

View File

@@ -32,7 +32,7 @@ router.post(
"/resend/:id/:contact_phone",
verifyToken.verifyAccessToken,
verifyAccess(),
NotificationErrorUserController.resend
NotificationErrorUserController.resendByUser
);
module.exports = router;