annotate 1__Development/6__Website/POPExpressServer/routes/user.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 /* GET users listing. */
seanhalle@5 2 exports.list = function(req, res){
seanhalle@5 3 res.send('respond with a resource');
seanhalle@5 4 };