UNPKG

ihub-framework-js

Version:

Legacy version of iHub Framework written in Javascript

11 lines (10 loc) 162 B
module.exports = [ { method: 'get', path: '/private', private: true, controller: async (req, res) => { res.send(req.user); }, }, ];