diff --git a/README.md b/README.md index ef1e974..1fcb511 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,7 @@ The following is a list of APIs for this system : - **POST** `/comments`: Create a new comment. - **GET** `/comments`: Retrieve all comments. - **PATCH** `/comments/{id}/like`: Like a comment. +- **GET** `/comments/filter`: list comment filtered ## Testing