Skip to content

Commit 7dcdb35

Browse files
authored
fix(nodejs): remove unused region tag (#632)
1 parent b889e24 commit 7dcdb35

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bookshelf/books/crud.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ router.get('/add', (req, res) => {
5959
*
6060
* Create a book.
6161
*/
62-
// [START add]
6362
router.post(
6463
'/add',
6564
images.multer.single('image'),
@@ -78,7 +77,6 @@ router.post(
7877
res.redirect(`${req.baseUrl}/${savedData.id}`);
7978
}
8079
);
81-
// [END add]
8280

8381
/**
8482
* GET /books/:id/edit

0 commit comments

Comments
 (0)