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