Skip to content

Commit 37fb9a0

Browse files
committed
fix instruction comment
1 parent 9b3714f commit 37fb9a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/routes/turorial.routes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module.exports = app => {
2121
// Delete a Tutorial with id
2222
router.delete("/:id", tutorials.delete);
2323

24-
// Create a new Tutorial
24+
// Delete all Tutorials
2525
router.delete("/", tutorials.deleteAll);
2626

2727
app.use('/api/tutorials', router);

0 commit comments

Comments
 (0)