diff --git a/src/api/notification.jsx b/src/api/notification.jsx index 2738f88..12b832c 100644 --- a/src/api/notification.jsx +++ b/src/api/notification.jsx @@ -68,7 +68,7 @@ const resendChatByUser = async (notificationId, userPhone) => { const resendChatAllUser = async (notificationId) => { const response = await SendRequest({ method: 'post', - prefix: `notification-user/resend/${notificationId}`, + prefix: `notification/resend/${notificationId}`, }); return response.data; };