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 passport * @author: tao.huang<tao.huang@yoho.cn> * @date: 2016/06/29 */ 'use strict'; const router = require('express').Router(); const cRoot = './controllers'; // Your controller here module.exports = router;