lavoce #33

Merged
bragaz_rexita merged 5 commits from lavoce into main 2026-01-06 11:30:27 +00:00
Showing only changes of commit 739c55c0bc - Show all commits

View File

@@ -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;
};