Skip to content

Commit 1fe023e

Browse files
committed
corrected api response when mongoose is not installed
1 parent 2229090 commit 1fe023e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: templates/express/api.js

-4
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ exports.awesomeThings = function(req, res) {
1818
name : 'Express',
1919
info : 'Flexible and minimalist web application framework for node.js.',
2020
awesomeness: 10
21-
}, {
22-
name : 'Mongoose',
23-
info : 'An excellent way to add validation and business logic to your mongoDB objects.',
24-
awesomeness: 10
2521
}
2622
]);
2723
};

0 commit comments

Comments
 (0)