auto_mail

This commit is contained in:
Harikrishnan Gopal
2025-01-24 01:29:48 +05:30
parent 1738012aa1
commit 6733936aca

View File

@@ -185,7 +185,7 @@ const ConsolidatedTable = () => {
try { try {
// Fetch email from the backend // Fetch email from the backend
const response = await axios.get( const response = await axios.get(
`http://localhost:8080/api/faculty/email/${facultyId}` `http://localhost:8080/api/faculty/${facultyId}`
); );
const facultyEmail = response.data.email; const facultyEmail = response.data.email;
const workbook = XLSX.utils.book_new(); const workbook = XLSX.utils.book_new();