added exam period in frontend and in database

This commit is contained in:
Harikrishnan Gopal
2025-01-24 19:28:52 +05:30
parent 675d5735b0
commit 2aa92edf9e
4 changed files with 110 additions and 70 deletions

View File

@@ -78,6 +78,7 @@ export const fetchOptions = async () => {
}
};
// Save multiple appointments to MongoDB
export const saveAppointment = async (appointmentsData) => {
console.log("Saving appointments with payload:", appointmentsData);