GITLAB
Tarpit Grover
/ TodoApp
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Commits
Compare
Branches
1
Tags
0
Compare View
switch
from
...
to
Commits (2)
02c4d6fb
Test
Browse Code »
Tarpit Grover
2015-04-02 08:55:41 +0100
84b018ba
Merge branch 'master' of http://git.e9ine.com/tarpitgrover/todoapp
Browse Code »
Tarpit Grover
2015-04-02 08:58:39 +0100
Showing
1 changed file
Show diff stats
server.js
Side-by-side Diff
Inline Diff
server.js
Wrap text
Diff comments
View file @
84b018b
...
...
@@ -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
});
...
...