comparison 1__Development/6__Website/POPExpressServer/routes/foobar.js @ 7:20a1407463a0

sort of working with view sets -- does restore, (not tested) have to chg Display to handle view sets
author Sean Halle <seanhalle@yahoo.com>
date Thu, 07 Aug 2014 00:10:50 -0700
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:7757db341b04
1 /* These are the functions that handle the various routes
2 */
3
4 exports.foobar = function(req, res){
5 res.render('index', { title: 'Foobar!' });
6 };