aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/encora/Main.java (follow)
Commit message (Expand)AuthorAgeLines
* Little API call to retrieve last index used.Adrián Oliva2023-05-28-0/+9
* Can set due date to null from edit.Adrián Oliva2023-05-28-1/+7
* Maybe a better way to allow Front End access API.Adrián Oliva2023-05-27-12/+10
* CORS problem.Adrián Oliva2023-05-26-0/+14
* Added a GET request with filters.Adrián Oliva2023-05-26-1/+16
* New DELETE request to delete a to do.Adrián Oliva2023-05-26-0/+8
* Added blank spaces everywhere.Adrián Oliva2023-05-25-1/+4
* New GET for sorted to dos.Adrián Oliva2023-05-25-0/+21
* New PUT request to edit to dos.Adrián Oliva2023-05-25-3/+20
* New PUT to set undone.Adrián Oliva2023-05-25-0/+13
* POST to set done.Adrián Oliva2023-05-25-0/+16
* Little typo on POST.Adrián Oliva2023-05-25-1/+1
* Added new comments and reformatted an empty function.Adrián Oliva2023-05-25-4/+4
* Added HTTP responses and text has max length.Adrián Oliva2023-05-25-0/+10
* Added a POST endpoint.Adrián Oliva2023-05-25-1/+18
* Added GET endpoint to list to dos.Adrián Oliva2023-05-25-4/+15
* First simple Get Request.Adrián Oliva2023-05-24-0/+19