This commit is contained in:
hamid zarghami
2025-12-21 16:42:53 +03:30
parent 7cb14b0aa7
commit 4b37fe34ac
@@ -20,7 +20,7 @@ export const getNotifications = async (
};
export const readAll = async () => {
const { data } = await axios.patch(`/admin/notifications/read-all`);
const { data } = await axios.put(`/admin/notifications/read/all`);
return data;
};