UNPKG

gathering

Version:

A social event management platform

6 lines (5 loc) 145 B
exports.test = (req, res) -> if req.isAuthenticated() res.send hello:'access granted' else res.send 403, 'Sorry! you cant see that.'