Skip to content

Commit

Permalink
fix(server): Add "Express" to response of included features
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonzalo Ruiz de Villa committed Nov 6, 2013
1 parent 3989f5f commit 3b86972
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/common/root/server/routes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ exports.awesomeThings = function(req, res) {
res.json([
'HTML5 Boilerplate',
'AngularJS',
'Karma'
'Karma',
'Express'
]);
};

0 comments on commit 3b86972

Please sign in to comment.