API - Khiienu/EZReads GitHub Wiki
API-Routes
Our app will use the following API routes to update the page to allow the user to write/save/delete reviews and rate the game.
Review Routes
- A logged in user can write/save/delete/update a review.
POST /api/reviews/:id
DELETE /api/reviews/:id
PUT /api/reviews/:id