master^2
Bhaskar 2 months ago
parent 51202ad4cf
commit a6d7fdf85d

@ -325,6 +325,7 @@ exports.getAllDepartments = async (request, reply) => {
? "Departments retrieved successfully" ? "Departments retrieved successfully"
: "No departments found with the given departmentName", : "No departments found with the given departmentName",
data: responseData, data: responseData,
}, },
}); });

Loading…
Cancel
Save