GITLAB
Tarpit Grover
/ TodoApp
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
02c4d6fbf983943afe01c2c2c40472b5a1998866
Authored by
Tarpit Grover
10 years ago
1 parent
4dd7739e
Exists in
master
Test
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
server.js
Side-by-side Diff
Inline Diff
server.js
Wrap text
Diff comments
View file @
02c4d6f
...
...
@@ -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
});
...
...