From 6733936aca2390ed7812e8b7be070b8a0c1a83d4 Mon Sep 17 00:00:00 2001 From: Harikrishnan Gopal <118685394+hk151109@users.noreply.github.com> Date: Fri, 24 Jan 2025 01:29:48 +0530 Subject: [PATCH] auto_mail --- client/src/Pages/ConsolidatedTable.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/Pages/ConsolidatedTable.jsx b/client/src/Pages/ConsolidatedTable.jsx index 65ae7fc..0b64365 100644 --- a/client/src/Pages/ConsolidatedTable.jsx +++ b/client/src/Pages/ConsolidatedTable.jsx @@ -185,7 +185,7 @@ const ConsolidatedTable = () => { try { // Fetch email from the backend const response = await axios.get( - `http://localhost:8080/api/faculty/email/${facultyId}` + `http://localhost:8080/api/faculty/${facultyId}` ); const facultyEmail = response.data.email; const workbook = XLSX.utils.book_new();