seanhalle@5: /* These are the functions that handle the various routes seanhalle@5: */ seanhalle@5: seanhalle@5: exports.foobar = function(req, res){ seanhalle@5: res.render('index', { title: 'Foobar!' }); seanhalle@5: };