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