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 9b3714f commit 37fb9a0Copy full SHA for 37fb9a0
app/routes/turorial.routes.js
@@ -21,7 +21,7 @@ module.exports = app => {
21
// Delete a Tutorial with id
22
router.delete("/:id", tutorials.delete);
23
24
- // Create a new Tutorial
+ // Delete all Tutorials
25
router.delete("/", tutorials.deleteAll);
26
27
app.use('/api/tutorials', router);
0 commit comments