Skip to content

Commit

Permalink
Merge pull request #22 from nitin42/patch-1
Browse files Browse the repository at this point in the history
little typo
  • Loading branch information
Chris Sevilleja committed Sep 19, 2016
2 parents 88c7975 + b518e83 commit 5750cb4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ function getTodos(res) {

res.json(todos); // return all todos in JSON format
});
}
;
};

module.exports = function (app) {

Expand Down Expand Up @@ -55,4 +54,4 @@ module.exports = function (app) {
app.get('*', function (req, res) {
res.sendFile(__dirname + '/public/index.html'); // load the single view file (angular will handle the page changes on the front-end)
});
};
};

0 comments on commit 5750cb4

Please sign in to comment.