Repository URL to install this package:
// authController.js const test = (req, res) => { res.json("working"); }; module.exports = { test };