chat.js 69 Bytes Raw Blame History Permalink 1 2 3 exports.page = (req, res, next) => { res.render('chat/index'); };