1 2 3 4 5
export const healthCheck = async (req, res) => { return res.json({ uptime: process.uptime(), }); };