Closed adhillon8112005 closed 3 years ago
There is one piece missing. We should allow delete a book only to the owner.
I thought it already does that?
There is no check that book is deleted by it's owner here https://github.com/kateGalich/capstone/blob/main/BetterBooks/BetterBooks/Controllers/BooksController.cs#L122
Created the check to stop anyone but the owner from deleting the book
This is the delete button that will remove the book from the database on the catalogue list roughly will be completed by March 19th