customer.route.js 191 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 module.exports = function (app) { var customerCtrl = app.modules.customer.customerCtrl; app.get('/cmf/v2/customer/customerId.json', customerCtrl.customer ); };