Skip to content

Commit e667c73

Browse files
authored
Update index.js
1 parent 13c0364 commit e667c73

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

routes/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,6 @@ exports.create = function (req, res, next) {
236236
});
237237
};
238238

239-
// Insert new vulnerable code:
240-
241239
exports.destroy = function (req, res, next) {
242240
Todo.findById(req.params.id, function (err, todo) {
243241

0 commit comments

Comments
 (0)