index.js 89 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 /** * 默认主页 */ exports.index = (req, res) => { res.send('Hello YOHO!'); };