Compare View

switch
from
...
to
 
Commits (2)
server.js
... ... @@ -45,6 +45,7 @@ app.get('/tasks', function(req, res) {
45 45  
46 46 Task.find().exec(function(err, tasks) {
47 47 res.json(tasks);
  48 + //
48 49 });
49 50  
50 51 });
... ...