annotate 1__Development/6__Website/POPExpressServer/routes/foobar.js @ 5:e73fbbcb5fd2

Persisting basic graph works, starting to add persist of view hierarchy too
author Sean Halle <seanhalle@yahoo.com>
date Sun, 03 Aug 2014 23:38:15 -0700
parents
children
rev   line source
seanhalle@5 1 /* These are the functions that handle the various routes
seanhalle@5 2 */
seanhalle@5 3
seanhalle@5 4 exports.foobar = function(req, res){
seanhalle@5 5 res.render('index', { title: 'Foobar!' });
seanhalle@5 6 };