fix(api): fixing endpoint notification
This commit is contained in:
@@ -68,7 +68,7 @@ const resendChatByUser = async (notificationId, userPhone) => {
|
|||||||
const resendChatAllUser = async (notificationId) => {
|
const resendChatAllUser = async (notificationId) => {
|
||||||
const response = await SendRequest({
|
const response = await SendRequest({
|
||||||
method: 'post',
|
method: 'post',
|
||||||
prefix: `notification-user/resend/${notificationId}`,
|
prefix: `notification/resend/${notificationId}`,
|
||||||
});
|
});
|
||||||
return response.data;
|
return response.data;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user