Skip to content

Commit

Permalink
little typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nitin42 authored Sep 19, 2016
1 parent 88c7975 commit b518e83
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 b518e83

Please sign in to comment.