added exam period in frontend and in database
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user