UNPKG

upbeat-dashboard

Version:

ERROR: No README.md file found!

10 lines (6 loc) 112 B
/* * GET home page. */ exports.index = function(req, res){ res.render('index', { title: 'Express' }); };