next/server/api/review/[revid]
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ fa27a16e65
fix(api): update review editing endpoint
when checking for whether the requester is the author, treat the author field as an object rather than a number (id)
2023-12-06 21:48:29 -05:00
..
index.delete.ts feat(api): create review endpoints for creating, editing, deletion and replying 2023-10-03 00:21:14 -04:00
index.get.ts feat(api): create review endpoints for creating, editing, deletion and replying 2023-10-03 00:21:14 -04:00
index.put.ts fix(api): update review editing endpoint 2023-12-06 21:48:29 -05:00
reply.post.ts feat(api): create review endpoints for creating, editing, deletion and replying 2023-10-03 00:21:14 -04:00