Compare View
Commits (2)
Showing
1 changed file
Show diff stats
server.js
@@ -45,6 +45,7 @@ app.get('/tasks', function(req, res) { | @@ -45,6 +45,7 @@ app.get('/tasks', function(req, res) { | ||
45 | 45 | ||
46 | Task.find().exec(function(err, tasks) { | 46 | Task.find().exec(function(err, tasks) { |
47 | res.json(tasks); | 47 | res.json(tasks); |
48 | + // | ||
48 | }); | 49 | }); |
49 | 50 | ||
50 | }); | 51 | }); |