Closed janevalencia closed 2 years ago
Create API route api/comments/[uuid] to fetch a single comment by comment's UUID.
api/comments/[uuid]
Try generating random UUID using UUID(). https://www.mongodb.com/docs/v5.0/reference/method/UUID/
UUID()
Description
Create API route
api/comments/[uuid]
to fetch a single comment by comment's UUID.Try generating random UUID using
UUID()
. https://www.mongodb.com/docs/v5.0/reference/method/UUID/Acceptance Criteria