From 9943c3c728ef004c4940b9a1b8e93ffe093af06b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Oliva?= Date: Mon, 29 May 2023 23:20:34 -0600 Subject: It is (mostly) completed! Still needs heavy documentation on the API. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76e1be2..be1fce1 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Follow the steps: The program currently has/lacks the following functionality: -- [ ] A GET endpoint (/todos) to list “to do’s”. +- [x] A GET endpoint (/todos) to list “to do’s”. - **Include pagination.** Pages should be of 10 elements. - [x] Sort by priority and/or due date - [x] Filter the list of "to do's". -- cgit v1.2.3