UNPKG

generator-team-ignite-tour

Version:
4 lines (3 loc) 124 B
module.exports = function inventoryGet(req) { return { sku: req.params.sku, count: Math.floor(Math.random() * 1000) }; };