router.js 237 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 /** * router of sub app home * @author: shenzm<zhimin.shen@yoho.cn> * @date: 2016/07/18 */ 'use strict'; const router = require('express').Router(); const cRoot = './controllers'; // Your controller here module.exports = router;