Added a route to get all tasks sorted desc by their due dates (#14)
This commit is contained in:
@ -98,4 +98,10 @@ Content-Type: application/json
|
||||
DELETE http://localhost:8080/api/v1/lists/28/users/3
|
||||
Authorization: Bearer {{auth_token}}
|
||||
|
||||
###
|
||||
|
||||
# Get all pending tasks
|
||||
GET http://localhost:8080/api/v1/tasks
|
||||
Authorization: Bearer {{auth_token}}
|
||||
|
||||
###
|
Reference in New Issue
Block a user