We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2229090 commit 1fe023eCopy full SHA for 1fe023e
templates/express/api.js
@@ -18,10 +18,6 @@ exports.awesomeThings = function(req, res) {
18
name : 'Express',
19
info : 'Flexible and minimalist web application framework for node.js.',
20
awesomeness: 10
21
- }, {
22
- name : 'Mongoose',
23
- info : 'An excellent way to add validation and business logic to your mongoDB objects.',
24
- awesomeness: 10
25
}
26
]);
27
};
0 commit comments