forked from CSI-KJSCE/appointment_to_examiner
auto_mail
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user