const handleJobsChange = (req, res) => { return res.status(200).json({ message: "Jobs change handled." }); }; module.exports = handleJobsChange;