I\'m creating an application for task management and I have an endpoint that returns all the tasks.
exports.getAllLists = async (req, res) => { try { con