view 1__Development/6__Website/POPExpressServer/routes/foobar.js @ 8:cc10d99e3f83

Persist and read back from disk and parse to objects is working.. Display needs updating now
author Sean Halle <seanhalle@yahoo.com>
date Sat, 09 Aug 2014 03:34:26 -0700
parents
children
line source
1 /* These are the functions that handle the various routes
2 */
4 exports.foobar = function(req, res){
5 res.render('index', { title: 'Foobar!' });
6 };