Commit 02c4d6fbf983943afe01c2c2c40472b5a1998866

Authored by Tarpit Grover
1 parent 4dd7739e
Exists in master

Test

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
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 });
... ...