uma função expressa completa
// A full express function
function(req, res, next){
//code goes here
}
Enchanting Eland
// A full express function
function(req, res, next){
//code goes here
}
router.get("/products", adminController.getProducts);