You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no way to delete a task. Add TaskStore.remove(id) and a DELETE /tasks/:id route that returns 204 on success and 404 when the task does not exist. Add tests. See exercises/README.md (Exercise 2).
There is no way to delete a task. Add TaskStore.remove(id) and a DELETE /tasks/:id route that returns 204 on success and 404 when the task does not exist. Add tests. See exercises/README.md (Exercise 2).