Skip to content

Commit

Permalink
feat: preview for books
Browse files Browse the repository at this point in the history
  • Loading branch information
sayinmehmet47 committed Nov 26, 2023
1 parent c352067 commit df8690f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions backend/routes/api/books.ts
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,6 @@ router.post('/updateBook', (req: Request, res: Response) => {
router.get('/getBookById/:id', (req: Request, res: Response) => {
const id = req.params.id;

console.log(id);

Books.findById(
id,
(
Expand Down

1 comment on commit df8690f

@vercel
Copy link

@vercel vercel bot commented on df8690f Nov 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.