shop.js 177 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 exports.domain = require('../config/common.js').domain; exports.res = [ { route: '/supplier/shop/decoration', method: 'GET', view: 'pages/store/shop' } ]