fix(api): fixing endpoint notification
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user