You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the book details page, create a form for logged-in users to submit a new review (e.g., with a star rating component and a textarea). This form will call the POST /api/books/:id/reviews endpoint.
On the book details page, create a form for logged-in users to submit a new review (e.g., with a star rating component and a textarea). This form will call the POST /api/books/:id/reviews endpoint.