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