// A full express function function(req, res, next){ //code goes here }
router.get("/products", adminController.getProducts);